phpStudy 403该怎么解决
Forbidden
You don't have permission to access / on this server.
正在回答 回答被采纳积分+1
#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
DocumentRoot "C:\phpStudy\PHPTutorial\WWW"
<Directory />
Options +Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
#
# "c:/Apache4/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/phpStudy/PHPTutorial/Apache/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
这是我httpd.conf 里面的两个 Directory 改怎么配置????
相似问题
登录后可查看更多问答,登录/注册
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星