httpd.confで「AllowOverride」の設定値を「All」に修正する
※対象ディレクトリ(Directoryの設定値)が該当ディレクトリであることを確認
<Directory "C:\Program Files (x86)\Zend\Apache2/htdocs"> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>
httpd.confで「AllowOverride」の設定値を「All」に修正する
※対象ディレクトリ(Directoryの設定値)が該当ディレクトリであることを確認
<Directory "C:\Program Files (x86)\Zend\Apache2/htdocs"> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>