简体   繁体   English

xampp-禁止访问错误新

[英]xampp - Access forbidden error new

I've heard this happen on different occassions so I checked older xampp version fixes, but nowadays xampp file/folder structures have changed and I couldn't find solution. 我听说过这种情况是在不同的情况下发生的,所以我检查了较旧的xampp版本修复程序,但是如今xampp文件/文件夹结构已更改,我找不到解决方案。 If I go localhost/ - Everything works. 如果我去localhost /-一切正常。 If I go example.dev/ - Access forbidden! 如果我去example.dev/-禁止访问!

Where and what should I exactly change? 我应该在哪里更改什么? I installed xampp 7.0.13 version. 我安装了xampp 7.0.13版本。

If I understand correctly 如果我理解正确

All you have to do is to edit the httpd-xampp.conf 您所要做的就是编辑httpd-xampp.conf

from Require local to Require all granted in the LocationMatch tag. Require localRequire全部在LocationMatch标记中授予

That's it! 而已!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM