C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.confを開く。
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行目付近)