source: branches/comu-ver2/html/.htaccess @ 17347

Revision 17347, 573 bytes checked in by Seasoft, 16 years ago (diff)

.htaccess を使えない環境のための設定。
これによりSJISエンコードのCSVファイルのインポート失敗を回避できる。

  • 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_value output_handler mb_output_handler
4php_flag mbstring.encoding_translation 1
5php_flag magic_quotes_gpc 0
6#php_flag session.use_cookies 0
7#php_flag session.use_trans_sid 1
8
9# INI_ALL なのにもかかわらず, ini_set で指定しても反映されない環境がある...
10php_value mbstring.internal_encoding UTF-8
11
12# デフォルトテンプレートの状態で 2M近くになるため
13php_value upload_max_filesize 5M
Note: See TracBrowser for help on using the repository browser.