Page 1 of 1

Help with HTTP Error 404.0 - Not Found

PostPosted: 30. July 2020 15:37
by Shift13
Have a problem here. The installation was fine then I clicked the msql admin button to try to access the phpmyadmin. An error popped out.
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
These were the details.
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://localhost:80/phpmyadmin/
Physical Path C:\inetpub\wwwroot\phpmyadmin\
Logon Method Anonymous
Logon User Anonymous

I'm an absolute newbie with no idea how to fix this. Can anybody help? :(

Re: Help with HTTP Error 404.0 - Not Found

PostPosted: 30. July 2020 16:09
by Altrea
Obviously Apache is not running on the default port 80.
So either your Apache is not running at all or you have changed the default port but forgot to change it in the control panel configs too.

Re: Help with HTTP Error 404.0 - Not Found

PostPosted: 30. July 2020 16:31
by Shift13
Thank you so much! You helped me more than my teacher could!