最新消息:Done.cc 大杂烩。

apache 403错误:You don’t have permission to access on this server

所有文章 Huishu 14573浏览 0评论

apache 403错误,显示信息如下:
—————————————————————————————————
您无权查看该网页
您可能没有权限用您提供的凭据查看此目录或网页
果您确信能够查看该目录或网页,请尝试使用 192.168.1.5 主页上所列的电子邮件地址或电话与网站联系。

可以单击搜索,寻找 Internet 上的信息。

HTTP 错误 403 – 禁止访问
Internet Explorer
—————————————————————————————————–
去掉显示友好信息的钩后显示Forbidden You don’t have permission to access on this server.

—————————————————————————————————–
apache昨天调试了一下午,都没有解决这个问题,到今天上午,仔细检查了一遍配置文件httpd.conf,找到这么一段:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
deny from all
Satisfy all
</Directory>
然后试着把deny from all中的deny改成了allow,保存后重起了apache,然后再一测试我的网页,哈哈!居然问题就出在这,访问测试网站完全正常了。

转载请注明:Done.cc » apache 403错误:You don’t have permission to access on this server

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址