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

来源:-

Ace47

2014-11-08 13:42

安装的集成环境是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!    我该怎么办!求救!!!

写回答 关注

1回答

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

    启用Require all denied,改成Require all granted

    具体解释看截图

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

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455994 学习 · 6306 问题

查看课程

相似问题

Forbidden

回答 1

forbidden

回答 3

403 Forbidden

回答 3

403 Forbidden

回答 1