035082 ランダム
 HOME | DIARY | PROFILE 【フォローする】 【ログイン】

読み聞かせ

読み聞かせ

EUC用

## Access control needs 'AllowOverride Limit' at httpd.conf.
<FilesMatch "\.(ini\.php|lng\.php|txt|gz|tgz|zip)$">
Order allow,deny
Deny from all
</FilesMatch>

## Using zlib.output_compression per directory (via .htaccess),
## needs 'AllowOverride Options' at httpd.conf.
#php_flag zlib.output_compression On
php_flag magic_quotes_gpc Off
php_flag output_buffering On
php_value output_handler mb_output_handler
php_value default_charset EUC-JP
php_value mbstring.language Japanese
php_value mbstring.internal_encoding EUC-JP
php_value mbstring.http_input auto
php_value mbstring.http_output EUC-JP
php_flag mbstring.encoding_translation On
php_value mbstring.detect_order auto
php_value mbstring.substitute_character none



© Rakuten Group, Inc.