I just installed xampp 1.8.0 for linux and when I opened phpmyadmin I got this error Access Forbidden!!
New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf".
I tried this post but with no luck. please help. I am opening it from my own PC not from any other network.
I newer version of xampp you may use another method first open your httpd-xampp.conf file and find the string "phpmyadmin" using ctrl+F command (Windows). and then replace this code
with this
Don't Forget to Restart your Xampp.
Adding to Sekar answer
Don't forget to restart your XAMPP Server
Update the accepted answer :
now you need to comment Require local
after putting "Allow from all", you need to restart your xampp to apply the setting. thanks