PDA

View Full Version : [ubuntu] i installed phpmyadmin, but i get "404 not found"


rhythmiccycle
August 9th, 2009, 10:50 PM
i just installed using the code:


sudo apt-get install phpmyadmin


but when i got to http://localhost/phpmyadmin/ i just get 404 file not found

i then uninstalled it using


sudo apt-get remove phpmyadmin


then installed again from the synaptic package manager, but still i get 404

AliTabuger7
August 9th, 2009, 11:21 PM
https://help.ubuntu.com/community/phpMyAdmin

Did you add this to /etc/apache2/apache2.conf?
Include /etc/phpmyadmin/apache.conf

rhythmiccycle
August 9th, 2009, 11:30 PM
i solved my own problem on when i googled and found this:

http://www.blog.highub.com/linux/install-and-configure-phpmyadmin-on-ubuntu-lamp/

rhythmiccycle
August 10th, 2009, 01:02 AM
Did you add this to /etc/apache2/apache2.conf?
Include /etc/phpmyadmin/apache.conf

that is what i did to solve the problem, thank you AliTabuger7

after i added that code to the bottom of apache2.conf it worked.