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
If you have the same problem, check this solution also :)
Now you get an error - "phpmyadmin 404 not found"
Follow these steps to re-build your PHPMyAdmin
- sudo su
- dpkg-reconfigure -plow phpmyadmin
- ln -s /etc/phpmyadmin/apache.conf /etc/apache2./conf.d/phpmyadmin.conf
- apt-get -o DPkg::Options::="--force -cnfmiss" --reinstall install phpmyadmin
If you have the same problem, check this solution also :)
No comments:
Post a Comment