![]() |
ヒント ダウンロードサイトより 最新版リリースのapache_2.x.x-win32-x86-no_ssl.msiをダウンロード。








DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" ↓ DocumentRoot "D:/public_html" ←変更 #<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"> ↓ <Directory "D:/public_html"> ←変更 Options Indexes FollowSymLinks ↓ Options IncludesNoExec ExecCGI FollowSymLinks ←変更 (217行目付近) AllowOverride None ↓ AllowOverride All ←変更 (224行目付近) DirectoryIndex index.html ↓ DirectoryIndex index.html index.cgi index.php ←追加 (239行目付近)
ヒント Apacheを再起動するとhttpd.confの設定が反映されます。
![]() |
![]() |
Last updated 2010-02-11 |