问答详情
源自:-

求救!!!!! PHP:Access forbidden!

安装的集成环境是XAMPP    我照Larry的《PHP基础教程》写好代码后,用浏览器打不开写好的index.php    提示是:Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.15

httpd_conf中已修改成<Directory />
    #AllowOverride none
    #Require all denied
    Order deny,allow
    Allow from all
</Directory>

结果还是Access forbidden!    我该怎么办!求救!!!

提问者:Ace47 2014-11-08 13:42

个回答

  • ringtour
    2015-03-20 11:27:23

    启用Require all denied,改成Require all granted

    具体解释看截图

    http://img.mukewang.com/550b93960001f3cc10680600.jpg