Pages - Menu

12.03.2012

PHPMyAdmin 404 Not Found

You Installed LAMP Server. Then You changed the root of the Apache Server. You mess up with the config files.

Now you get an error - "phpmyadmin 404 not found"

Follow these steps to re-build your PHPMyAdmin

  1. sudo su
  2. dpkg-reconfigure -plow phpmyadmin
  3. ln -s /etc/phpmyadmin/apache.conf /etc/apache2./conf.d/phpmyadmin.conf
  4. apt-get -o DPkg::Options::="--force -cnfmiss" --reinstall install phpmyadmin
Worked with me...
If you have the same problem, check this solution also :)

No comments:

Post a Comment