Localhost or phpMyAdmin not found on server: How to fix?

60,960

Solution 1

There really isn't enough information to be able to give you a reasonable answer.

First check that your Apache is running. Goto your start menu and type services.msc into the text field.

Fairly high towards the top of the screen you will see ApacheX.X

See what the status of the service is. Try double-clicking on the Apache service and pressing Start if the service isn't running. If it has troubles starting you will get a message telling you the service couldn't be started.

Solution 2

1 sudo nano /etc/apache2/apache2.conf

2 search insert: "Include /etc/phpmyadmin/apache.conf" at the bottom of file. and restart apache2

sudo /etc/init.d/apache2 restart

Solution 3

you just need to delete cookies from your browser

press (ctrl + shift + delete) then

time range to clear : Everything

check -> Cookies then clear now

done.

Share:
60,960
Tinker
Author by

Tinker

Updated on January 08, 2021

Comments

  • Tinker
    Tinker over 3 years

    I followed installation instruction for PHP, MySQL and PHPMyAdmin. But when I tried to access http://localhost/phpmyadmin/, I got this error:

    "Not Found The requested URL /phpmyadmin/ was not found on this server.".

    Then I tried to access just the localhost, still I got same error.
    How can i fix this problem?

    I'm using windows 7 (if this problem has something to do with that)

  • deeptimancode
    deeptimancode about 5 years
    it's the perfect solution :) Thank you
  • Marietto
    Marietto over 4 years
    how can it be the perfect solution if you are using windows 7 ?
  • reducing activity
    reducing activity over 3 years
    Not sure what it is doing, not sure why it was not mentioned in install docs that I was following, but it worked.