Jump to content

404 Error " Page not Find" Error


gulshannegi

Recommended Posts

Hello everyone, I am running xampp on windows 10 and start Apache and MySQL. everything works fine for me, but Then when I click MySQL Admin it goes to localhost/PHPMyAdmin but it returns me a 404 error. Then I have to type manually localhost:8080/PHPMyAdmin and visit, but it also returns me a 404 error, I Do not know what's the issue, please help me to fix this. 

Link to comment
Share on other sites

  • 2 weeks later...

Thanks @ AI Brookbanks for your suggestion,

I searched this issue on the internet as well and i found the solution that:

1) Open XAMPP control panel.

2) On the right top corner go to config> Service and Port setting and change the port (I did 81 from 80).

3) Open config in Apache just right (next) to Apache admin option and click on that and the select first one (httpd.conf) it will open in the notepad.

4) There you find port listen 80 and replace it with 81 in all places and save the file.

5) Now restart Apache and MYSql

6) Now type following in browser: http: // localhost: 81 / phpmyadmin /

and i found this post , this is really help me to understand about the 404 error. thank you now my problem is solved now.

Link to comment
Share on other sites

  • 3 weeks later...
How to Fix the 404 Not Found Error
  1. Retry the web page by pressing F5, clicking/tapping the refresh/reload button, or trying the URL from the address bar again. ...
  2. Check for errors in the URL. ...
  3. Move up one directory level at a time in the URL until you find something. ...
  4. Search for the page from a popular search engine.
  5. Liteblue
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...