Phpmyadmin Error - "the requested url was not found on this server" Solved

By Hardik Savani November 5, 2023 Category : Ubuntu Server

Hello all! In this article, we will talk about the requested url was not found on this server. phpmyadmin. we will help you to give example of the requested url /phpmyadmin was not found on this server. ubuntu 18.04. i would like to share with you ubuntu localhost/phpmyadmin the requested url was not found on this server. if you have question about the requested url was not found on this server. phpmyadmin then i will give simple example with solution.

Recently i posted how to install phpmyadmin in ubuntu and when i installed successfully, then i tried to access phpmyadmin from url then i found following issue:

http://localhost/localhost/phpmyadmin

http://your_domain_or_IP/phpmyadmin

Error:

After research on google i found out following solution:

Solution:

IF it's still not open and you found following error:

"the requested url was not found on this server. phpmyadmin"

Then you can do it following step:

Open apache.conf file:

sudo nano /etc/apache2/apache2.conf

Then add following line to the end of file.

Include /etc/phpmyadmin/apache.conf

Restart Apache:

sudo /etc/init.d/apache2 restart

I hope it can help you...

Tags :
Shares