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

Revision 19658, 589 bytes checked in by Seasoft, 13 years ago (diff)

#623(.htaccess と php.ini を改善)

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1# 基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する
2
3php_value mbstring.language Japanese
4php_flag mbstring.encoding_translation off
5php_value output_handler NULL
6php_flag magic_quotes_gpc off
7php_flag session.auto_start 0
8
9# INI_ALL なのにもかかわらず, ini_set で指定しても反映されない環境がある...
10php_value mbstring.internal_encoding UTF-8
11
12# デフォルトテンプレートの状態で 2M 近くになるため
13php_value upload_max_filesize 5M
14#php_value post_max_size 8M
15php_flag register_globals off
Note: See TracBrowser for help on using the repository browser.