-1

I am using windows 7 32bit. I have installed XAMPP and it's installed successful. When I browse localhost, browser shows nothing. It's not even in the state of connecting.

I even tried localhost/xampp but the result is same. I don't have skype installed in my computer. What's the problem?

This is output from browser. enter image description here

And this is output from netstat. enter image description here

This is my XAMPP control panel.

enter image description here

micmec
  • 23
  • 7

2 Answers2

0

Maybe you have another application running on port 80. You could try to change the port(Unable to change Apache port number in Xampp). And check in your xampp options and see if the apache service is running successfully on selected port.

Community
  • 1
  • 1
snalkum
  • 16
  • 4
  • micmec, By accepting this answer you are saying something else was on port 80? Confused by that and what the update was about... – ficuscr Feb 14 '14 at 07:52
  • Sorry, but I'm really really sorry because I need some reputation to upload images :( . I have changed the port but it's still the same. – micmec Feb 14 '14 at 07:56
  • Could you help me please? – micmec Feb 14 '14 at 07:59
  • Then do these two things. try `https://127.0.0.1` and then find all the logs under the xmapp folder - PHP and Apaches and actually look at them. Hey, turn off FileZilla while you are at it. – ficuscr Feb 14 '14 at 08:02
  • @snalkum : Sorry for the late reply. What page source do u mean? The error log seems to be fine. I don't have htaccess file on htdocs. – micmec Feb 14 '14 at 12:03
  • @ficuscr : Sorry for the late reply. Doing `https://127.0.0.1` works! But it needs to get through untrusted connection first and I have to make some certificate. Why is it? Is it really okay? And where is the location of the logs for PHP? – micmec Feb 14 '14 at 12:06
  • I would like to hear @ficuscr opinion but I still think that you have a problem with the port, because https works on another port. About the certificate you can read more here (http://en.wikipedia.org/wiki/HTTP_Secure). – snalkum Feb 14 '14 at 12:14
-1

run (xampp control panel) from start menu, then start your apache

JMWORX
  • 48
  • 2