Tp fix phpmyadmin 403 forbidden error in xampp/lampp ubantu Open command prompt using putty
1) move to Lampp config file
# cd /opt/lampp/etc/extra
2) Open Lampp config file “httpd-xampp.conf” using vi editor
# vi httpd-xampp.conf
change Require local to Require all granted
Restart Lampp
#sudo /opt/lampp/lampp restart