0

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.

  • 1
    can you please check this link http://stackoverflow.com/questions/17816732/xampp-access-forbidden-php hope you got the sollution. – Soniya Basireddy Jan 14 '17 at 13:27

1 Answers1

-1

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!

Arda Kazancı
  • 8,341
  • 4
  • 28
  • 50