Not Found
The requested URL /phpmyadmin/ was not found on this server.
Apache/2.2.17 (Ubuntu) Server at localhost Port 80
Solution :
You will need to configure your apache2.conf to make phpMyAdmin works.
-----------------------------------------------------------------------------------------------------------------------------------------
sudo nano /etc/apache2/apache2.conf
-----------------------------------------------------------------------------------------------------------------------------------------Then add the following line to the end of the file.-----------------------------------------------------------------------------------------------------------------------------------------
Include /etc/phpmyadmin/apache.conf
-----------------------------------------------------------------------------------------------------------------------------------------
Restart the apache server :
-----------------------------------------------------------------------------------------------------------------------------------------
sudo service apache2 restart
-----------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment