On a fresh install of Windows 7 and Xampp I am unable to access localhost
. It just says not found even though Apache and MySQL are running just fine. What I tried so far:
- check the
hosts
file for this line:127.0.0.1 localhost
- check Skype (removed it completely).
- checked for anything else like Skype that could have caused a problem
- turned off virus scanner and firewall
I'm lost here, does anyone has a clue what the problem could be?
[EDIT]
I figured out the problem. For some reason Apache was using port 85
instead of 80
. I changed Listen 85
to Listen 80
in the config file from Apache. All is good now.