简体   繁体   中英

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. If I go localhost/ - Everything works. If I go example.dev/ - Access forbidden!

Where and what should I exactly change? I installed xampp 7.0.13 version.

If I understand correctly

All you have to do is to edit the httpd-xampp.conf

from Require local to Require all granted in the LocationMatch tag.

That's it!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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