打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
wampserver2.5 发布后不能访问 you don''''t have permission to access

解决方法是:把apache的CONF文件夹下httpd.conf中的

< Directory "c:/wamp/www/">下面的

"Require local" ===> "Require all granted"
< /Directory >


再把

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

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


最后

D:\wamp\alias下面的 phpmyadmin.conf

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">    Options Indexes FollowSymLinks MultiViews    AllowOverride all        Order Deny,Allow    Deny from all    Allow from 127.0.0.1</Directory>

改为

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">    Options Indexes FollowSymLinks MultiViews    AllowOverride all        Order Allow,Deny    Allow from all</Directory>

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
Linux下apache 提示“You don't have permission to access /test.php on this server.”
PHP错误:Forbidden You don't have permission to access / on this server.
wampserver本地域名配置(域名绑定)教程
windows环境下wampserver的配置教程——超级详细
Apache2.2多域名虚拟主机配置
Apache 配置虚拟主机三种方式
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服