Forbidden You don't have permission to access / on this server.
Posted yolo_bean
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Forbidden You don't have permission to access / on this server.相关的知识,希望对你有一定的参考价值。
我的apache版本:Apache/2.4.23 (Win64) php/5.6.25 Server at localhost Port 80
httpd.conf文件中:
Require all denied (对应2.2的Deny from all)
Require all granted (对应2.2的Allow from all)
解决方法:把Require all denied更改为Require all granted
以上是关于Forbidden You don't have permission to access / on this server.的主要内容,如果未能解决你的问题,请参考以下文章