404 not found - phpmyadmin / Ubuntu

0

I'm using Ubuntu and I installed LAMP properly.

I open PHP applications in localhost quietly, but when I try to access localhost/phpmyadmin it shows me a erro 404 Not Found .

I have seen several tutorials that use a include within this include etc/apache2/apache.conf folder where the path is included.

The first time it worked, but I had problems with the phpmyadmin password. I formatted the machine and the same procedure does not work.

    
asked by anonymous 09.05.2017 / 02:23

1 answer

1

You need to link your phpmyadmin location folder to the folder where your site files are running Apache. To do this, use this command on the sudo ln -s /usr/share/phpmyadmin/ /var/www terminal, assuming your site files and the running directory listed in apache are / var / www.

    
09.05.2017 / 16:56