Forum Moderators: phranque

Message Too Old, No Replies

newbie needs help!

         

RealityBites

11:30 am on Jun 6, 2006 (gmt 0)



So I've tried setting up my webserver with IIS, XAMPP Apache and now I'm using WAMP Apache but for some reason my site can only be viewed locally no matter which web server I'm using.

I have checked my port 80 and it isn't being blocked. I have turned off my firewall and tried then too.

Is it possible my ISP is blocking web server activity?

Please anyone that can help it would be greatly appreciated,
RB

ChadSEO

2:24 pm on Jun 6, 2006 (gmt 0)

10+ Year Member



RealityBites,

If you believe port 80 is being blocked, you could configure Apache to listen to another port as well to test. In the httpd.conf file, there should be a line that says "Listen 80". If you add another line after it with "Listen 1234", then you could try accessing your site with http://abc.def.uvw.xyz:1234.

Chad