phpの設定を.htaccessで制御する

#Allow from 192.168.0.0/24
AddDefaultCharset Shift-JIS

# PHP Settings

php_flag register_global off

php_flag output_buffering Off
#php_value output_handler mb_output_handler
php_flag magic_quotes_gpc Off

php_value default_charset Shift-JIS

php_value mbstring.language Japanese
php_value mbstring.internal_encoding SJIS
php_value mbstring.http_input auto
php_value mbstring.http_output SJIS

php_flag mbstring.encoding_translation On
php_value mbstring.detect_order auto
php_value mbstring.substitute_character none