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

Posted 崔志朋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决问题 “You don't have permission to access /index.html on this server.”相关的知识,希望对你有一定的参考价值。

配置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.”的主要内容,如果未能解决你的问题,请参考以下文章

对于搭建网站中出现“You don't have permission to access this resource.”错误提示的解决思路

phpstudy无法访问主页,提示You don't have permission to access / on this server解决办法

Forbidden You don't have permission to access / on this server.

the file couldn't be opened because you don't have permission to view it

You don't have permission to access

You don't have permission to access / on this server.