Question
I cannot access phpMyAdmin on Ubuntu 14.04
I can not access phpMyAdmin
Through the website.
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.4.7 (Ubuntu)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
What steps did you take to install phpMyAdmin? Did you use the installation tutorial for phpMyAdmin?
I install all steps in installation tutorial.
@PinGerE - Sorry about this, I gave you the wrong tutorial. It should be https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-an-ubuntu-14-04-server
This tutorial is for the nginx web server instead of apache.
I had the same problem, this fixed it
You need to manually copy it over like this:
sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf
timkaarsemaker’s solution solved my issue as well. thumb up!!
timkaarsemaker’s solution works with lamp
what about in CentOS., what files I need to copy?
timkaarsemaker’s saves my ass on this. thank you so much
thnx timkaarsemaker, how do you realized of it???
timkaarsemaker’s you saved us, i was going crazy following all the install instructions but did not work only after your solution i could Thnx