1. All

The requested URL /phpmyadmin was not found on this server Ubuntu

If you have installed a new PHPMyAdmin and getting the error of not found PHPMyAdmin in your browser after the IP address, here is how you can fix the issue and configure it simply

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

sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin

sudo service apache2 restart

now run localhost/phpmyadmin in web browser address bar

Comments to: The requested URL /phpmyadmin was not found on this server Ubuntu

    Your email address will not be published. Required fields are marked *