Posted on July 19, 2011
Unable to access phpMyAdmin
Quick entry today. I installed a LAMP on Ubuntu and when I accessed http://localhost/ on my browser it said “It Works” but when I tried to access http://localhost/phpMyAdmin/ I got a 404. The fix was simple, for some reason the phpMyAdmin config file wasn’t being loaded so I did a
sudo nano /etc/apache2/apache2.conf
then went to the end of the file (ctrl+w+v) and added the line
Include /etc/phpmyadmin/apache.conf
All good. Hopefully this helps someone.
Hey, thanks for the post. Helped to point me in the right direction and resolve my issue.
Thanks!