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

Comment Form

コメントを表示する前に、管理人の承認が必要になることがあります。その場合は、承認されるまでコメントは表示されませんので、ご了承ください。

スタイル用のHTMLタグが使えます

Trackback

Recent entry

Search

Tag Cloud

Page Top