首页 > 数据库技术 > 详细

解决问题 “You don't have permission to access /index.html on this server.”

时间:2016-03-28 18:42:27      阅读:1250      评论:0      收藏:0      [点我收藏+]

配置apache2

Forbidden

You don‘t have permission to access /index.html on this server.

可以先看看权限index.html

解决方法:更改文件权限;chmod 755 index.html

还有问题的话,可以。。。。

打开apache配置文件httpd.conf,找到这么一段:
<Directory />
     Options FollowSymLinks
     AllowOverride None
     Order deny,allow
     deny from all
     Satisfy all
</Directory>
然后试着把deny from all中的deny改成了allow,保存后重起了apache,然后再一测试我的网页,哈哈!居然问题就出在这,访问测试网站完全正常了。

 

解决问题 “You don't have permission to access /index.html on this server.”

原文:http://www.cnblogs.com/cuizhipeng/p/5329764.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!