Access forbidden!

http.conf

<Directory />
#AllowOverride none
#Require all denied
</Directory>

修改为

 

<Directory />
#AllowOverride none
#Require all denied
Order allow,deny
Allow from all
</Directory>

posted on 2016-11-22 23:19  fsgui  阅读(141)  评论(0编辑  收藏  举报