source: branches/comu-utf8/html/.htaccess @ 15105

Revision 15105, 475 bytes checked in by Yammy, 17 years ago (diff)

php の mbstring の設定を追記 .htaccess

Line 
1#´ðËܤÏphp_ini.inc¤ÇÀßÄꤹ¤ë¤¬¡¢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
10// ¹ñºÝ²½ÍÑ
11php_value mbstring.detect_order auto
12php_value mbstring.encoding_translation Off
13php_value tring.http_output UTF-8
14php_value mbstring.internal_encoding UTF-8
Note: See TracBrowser for help on using the repository browser.