PHPMyadmin xampp error solution
by satheeshkumar[ Edit ] 2012-12-29 16:49:32
PHPMyadmin xampp error solution,
Error :
Access forbidden!
New XAMPP security concept:
Access to the requested directory is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
localhost Apache/2.4.2 (Unix) OpenSSL/1.0.1c PHP/5.4.4
Solution :
Open and Edit the file /opt/lampp/etc/extra/httpd-xampp.conf
Copy following code and paste in that file ,
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted