最新消息:

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

基础知识 admin 1浏览

HTTP 错误 403 – 禁止访问
Internet Explorer


去掉显示友好信息的钩后显示Forbidden You don’t have permission to access \ on this server.


apache昨天调试了一下午,都没有解决这个问题,到今天上午,仔细检查了一遍配置文件httpd.conf,找到这么一段:

Options FollowSymLinks
AllowOverride None
Order deny,allow
deny from all
Satisfy all

然后试着把deny from all中的deny改成了allow,保存后重起了apache,然后再一测试我的网页,哈哈!居然问题就出在这,访问测试网站完全正常了。

Order allow,deny
allow from all
Satisfy all相关日志PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
mysql Unknown command ”’.
Internal Error 2738
mount: unknown filesystem type ‘ntfs’
大量 snmpd: Connection from UDP:

最后编辑: selboo 编辑于2012/03/31 17:38

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