php报错 在phpstudy 里面访问不了 报错:wampserver apache 403无权限访问 You don't have permission to access /index.html on this server - 前端笔记-报错 : wampserver apache 403无权限访问 You don't have permission to access /index.html on this se...

学习笔记

点滴记忆
回忆过往
首页>> web后端 >>php报错 在phpstudy 里面访问不了 报错:wampserver apache 403无权限访问 You don't have permission to access /index.html on this server - 前端笔记
报错 : wampserver apache 403无权限访问 You don't have permission to access /index.html on this server

在 httpd.conf 里面找到
<Directory />
AllowOverride none
Require all denied
</Directory>

修改成下面这样就好了

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

×

感谢您的支持,我们会一直保持!

扫码支持
请土豪扫码随意打赏

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

打赏作者
版权所有,转载注意明处:前端笔记 » php报错 在phpstudy 里面访问不了 报错:wampserver apache 403无权限访问 You don't have permission to access /index.html on this server

发表评论

路人甲 表情
Ctrl+Enter快速提交

网友评论(0)