wamp虚拟主机报错You don't have permission to access / on
程序员文章站
2022-06-01 17:54:06
...
打开httpd.conf文件 Directory / AllowOverride none Require all denied /Directory 修改成: Directory / Options FollowSymLinks AllowOverride None Order deny,allow Allow from all Satisfy all /Directory Directory e:/wamp/www/ Options Indexes Fo
打开httpd.conf文件
AllowOverride none
Require all denied
修改成:
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
Satisfy all
Options Indexes FollowSymLinks
AllowOverride all
Require local
修改成:
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Allow from all
httpd.conf
去掉注释:mod_vhost_alias.so
重启apache服务就可以了
推荐阅读
-
apache You don't have permission to access / on this
-
手把手教你:You don’t have permission to access / on this se
-
PHP错误:Forbidden You don't have permission to access / on thi
-
apache 提示You don't have permission to access /test.php on
-
You don’t have permission to access /index.php on.
-
对于搭建网站中出现“You don't have permission to access this resource.”错误提示的解决思路
-
You don't have permission to access / on this server,Forbidden
-
CentOS7.0下安装Apache2.4.20版本,安装完成之后,报 You don't have permission to access / on this server.
-
wamp不能使用phpmyadmin,提示“You don't have permission to access /phpmyadmin/ on this server.”...
-
Apache启动后出现You don't have permission to access on this server的解决办法