以下是我的httpd.conf文件的一部分:
<Directory C:\wamp\www>
Options Indexes FollowSymLinks +ExecCGI
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
错误日志说:
client denied by server configuration: C:/wamp/www/Bugzilla
我尝试访问:
localhost/bugzilla
答案 0 :(得分:0)
尝试执行以下操作:
<Directory "C:\wamp\www">
Options Indexes FollowSymLinks +ExecCGI
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
答案 1 :(得分:0)
将其添加到其配置中:
Require all granted