How to fix the phpMyAdmin 404 error in Ubuntu 12.04


Most webmasters take phpMyAdmin to manage their MySQL information on their VPS or dedicated server, however generally you will find yourself obtaining 404 “Not Found” error once you purpose your browser to phpmyadmin installation (say like: http://127.0.0.1/phpmyadmin). This error is possibly caused by not choosing “Apache 2″ throughout the installation. To fix it, you need to redo the phpmyadmin installation.

Enter the subsequent in your terminal:
sudo dpkg-reconfigure -plow phpmyadmin

Reinstall information for phpmyadmin: choose “No”




Web server to reconfigure automatically: choose “apache 2″



It ought to work currently. If not, do the subsequent to incorporate the phpMyadmin-shipped Apache configuration into Apache:

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf

Restart apache:

sudo /etc/init.d/apache2 restart

More Details Click

0 comments:

Post a Comment