Forum Moderators: phranque
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
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