Apache DocumentRoot変更

Windows環境ZendFrameworkのテストでApacheのDocumentRootを変更する。
mod-rewrite用の設定に注意。

[conf/httpd.conf]
DocumentRoot "c:/hoge/htdoc"
<Directory "c:/hoge/htdoc">
order deny,allow
deny from ALL
allow from ALL
AllowOverride All # for RewriteEngine
</Directory>

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です