I am using Apache/2.4.41 (Win64) OpenSSL/1.0.2s PHP/7.1.32 my phpmyadmin is suddenly not accessible its shows following error:
Access forbidden! You don’t have permission to access the requested
directory. There is either no index document or the directory is
read-protected.If you think this is a server error, please contact the webmaster.
I had tried everything but still not able to get it right
2
Answers
I had some error like this once, I just edit the
httpd-xampp.conf
fromRequire local
toRequire all granted
in theLocationMatch
tag. Or configure thehttp-vhosts.conf
Directory tag toI hope it helps you!
Go to below file
Then go to Directory tag as below:
and then in the Directory tag change as below:
From
To
Restart the Xampp
That’s it!