wamp You don't have permission to access /on

2025-09-29 07:06:49

1、在安装wamp的根目录文件夹下面能够找到配置文件;

找到【httpd.conf】,用编辑器比如UE或者Nodepad打开httpd.conf,然后将

<Directory />

    Options FollowSymLinks

    AllowOverride None

    Order deny,allow

    Deny from all

</Directory>

改成:

<Directory />

    Options FollowSymLinks

    AllowOverride None

    Order deny,allow

    Allow from all

</Directory>    开放启动wamp的所有访问权限

wamp You don't have permission to access /on

wamp You don't have permission to access /on

2、如果还没有解决这个问题的话那么继续这一步:

打开wamp安装文件的配置文件【phpmyadmin.conf】:

C:/wamp/alias/phpmyadmin.conf    //这个就是你的wamp的安装目录下的内容,用编辑器打开修改成:

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">

    Options Indexes FollowSymLinks MultiViews

    AllowOverride all

        Order Deny,Allow

    Allow from all

    Allow from 127.0.0.1

</Directory>

wamp You don't have permission to access /on

3、最后修改完成之后,然后重新启动wamp这个全部服务,重新访问PHPadmin就可以管理MySQL了, 

wamp You don't have permission to access /on

4、WampServer 出现 wampYou don’t have permission to access / on this server (配置域名后 内网能访问 外网不能访问我们需要手动的配置网络访问权限

wamp You don't have permission to access /on

5、通过前面三部的修改之后,一定需要停止服务---然后启动服务,最后访问本地地址

wamp You don't have permission to access /on

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢