Apache - Error 403 phpmyadmin xampp, Access denied for other user

Error 403 phpmyadmin xampp

On linux server while using xampp if you come across error 403 while accessing phpmyadmin follow the below steps to rectify from error.

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:
1) Open and Edit the file
 # /opt/lampp/etc/extra/httpd-xampp.conf
2) Copy following code and paste in that file
 AllowOverride AuthConfig Limit
 Order allow,deny
 Allow from all
 Require all granted

The topic on Apache - Error 403 phpmyadmin xampp is posted by - Math

Hope you have enjoyed, Apache - Error 403 phpmyadmin xamppThanks for your time

Tech Bluff