source: branches/version-2_5-dev/html/.htaccess @ 18870

Revision 18870, 558 bytes checked in by Seasoft, 14 years ago (diff)

#623(.htaccess や php.ini を使えない環境を考慮)
#567(エラーハンドリングの修正及び抽象化)

  • r18500 により、ソース中で ob_start を行なうようになったため、.htaccess での処理は無くても動作可能と推測。
  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1#基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する
2php_value mbstring.language Japanese
3php_flag mbstring.encoding_translation 1
4php_flag magic_quotes_gpc 0
5#php_flag session.use_cookies 0
6#php_flag session.use_trans_sid 1
7
8# INI_ALL なのにもかかわらず, ini_set で指定しても反映されない環境がある...
9php_value mbstring.internal_encoding UTF-8
10
11# デフォルトテンプレートの状態で 2M近くになるため
12php_value upload_max_filesize 5M
13#php_value post_max_size 8M
Note: See TracBrowser for help on using the repository browser.