Page 4 of 4

Re: localhost does not display -- Windows 7 system

PostPosted: 12. March 2010 01:36
by jennzee
I don't use it a lot....by the time I get a wordpress theme just the way I like it, I'm done in for a few months :) So, I'll just get my work done quickly for now, and worry about solving the "real problem" when my brain isn't feeling so mushy!

Re: localhost does not display -- Windows 7 system

PostPosted: 25. March 2010 14:08
by bwanarob
I had a similar problem with Skype running. Exited Skype and the page came up correctly :D

This was in Vista using Firefox, but I'm sure Skype 'listens' to port 80

Re: localhost does not display -- Windows 7 system

PostPosted: 24. July 2010 23:14
by kampe.com
I posted an alternative solution in another thread, viewtopic.php?f=16&t=39657&p=163376#p163376

Re: localhost does not display -- Windows 7 system

PostPosted: 25. July 2010 01:47
by ashwooninc
Had a similar problems.I corrected it by clicking on port check in xampp control panel.Pop screen showed me that port 80 was being used by skype so i disabled skype and it worked.

Re: localhost does not display -- Windows 7 system

PostPosted: 07. November 2010 17:04
by Merk13
Ok I will jump in here now as I am now WAY in over my head and struggling with Xampp. After some frustration last night I was able to get both Apache and MySql running, now I cannot access localhost.

Port 80 seems free when i use the Xampp port check feature.

C:\>netstat -aon | find ":80"
TCP 192.168.1.101:49165 24.244.18.18:80 CLOSE_WAIT 4496
TCP 192.168.1.101:49340 65.55.57.251:80 CLOSE_WAIT 4316
TCP 192.168.1.101:49343 69.164.22.181:80 CLOSE_WAIT 4316
TCP 192.168.1.101:50062 66.220.146.32:80 ESTABLISHED 5468
TCP 192.168.1.101:50074 66.220.151.71:80 ESTABLISHED 5468
TCP 192.168.1.101:50097 63.245.209.93:80 CLOSE_WAIT 4316
TCP 192.168.1.101:50100 24.244.18.25:80 CLOSE_WAIT 4316
TCP 192.168.1.101:50136 74.125.53.139:80 ESTABLISHED 5468
TCP 192.168.1.101:50169 78.46.87.53:80 TIME_WAIT 0
TCP 192.168.1.101:50173 59.97.80.85:8080 SYN_SENT 3984

Anyone point the noob in the right direction here ???