AMP on a USB 設定 追記

投稿者:

httpd.conf に追加
LoadModule rewrite_module modules/mod_rewrite.so
<Directory “/pdrive/www”>
AllowOverride All
Order allow,deny
Allow from all
</Directory>
AddDefaultCharset ISO-8859-1 をコメントにする
php.ini
記述追加&変更
include_path=”.;/pdrive/php-5.0.3/PEAR;/pdrive/php-5.0.3/PEAR/pear”
extension_dir=”/pdrive/php-5.0.3/ext”
コメントを外す
;extension=php_mbstring.dll
記述変更
[mbstring]
mbstring.language = Japanese
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = SJIS
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = none;
;mbstring.func_overload = 0

Thank you for reading this post, don't forget to subscribe!