首页 > 服务器维护 > apache

Apache出现You dont have permission to access / on this server解决方法

发布时间:2016-1-28 00:50

由于对环境不了解在配置好环境之后Apache出现You don’t have permission to access / on this server. 提示

 代码如下 复制代码
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>


解决办法


把 Deny from all 中的 Deny 改成了Allow, 或者干脆去掉 Deny from all,即可

标签:[!--infotagslink--]

您可能感兴趣的文章: