首页 > 其他 > 详细

WAMP2.5 Forbidden

时间:2014-07-29 13:44:08      阅读:718      评论:0      收藏:0      [点我收藏+]

Forbidden

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


Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80
 
记得WAMP2.2安装之后不需要设置什么,这次总是爆出Forbidden错误
 
修改C:\wamp\bin\apache\apache2.4.9\conf\httpd.conf文件

<Directory />
AllowOverride none
Require all denied
</Directory>

修改成:

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
    Satisfy all
</Directory>

重启Apache

WAMP2.5 Forbidden,布布扣,bubuko.com

WAMP2.5 Forbidden

原文:http://www.cnblogs.com/coolbear/p/3875099.html

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