PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, February 9, 2022

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

 February 09, 2022     apache, mysql, php, phpmyadmin     No comments   

Issue

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)


Solution

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.



Answered By - Knossos
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing