Page 1 of 1

Cannot access externally

PostPosted: 24. February 2011 19:00
by j0nAsh
Hey guys,

Recently installed Xampp 1.7.3 and I am trying to allow people (to help test the site) acess to it. I can access it via localhost and http://127.0.0.1 but I cannot access it externally using an IP address. I haven't used Xampp in a long time but I remember it used to work easily back in the day.

I was just wondering if someone could advise me on what I need to do?

Thank you

Jono

Re: Cannot access externally

PostPosted: 05. March 2011 00:05
by glitzi85
Either you have bound Apache to localhost (Listen 127.0.0.1 in httpd.conf) or you have an Firewall on that server running which is blocking incoming connections.

glitzi