INTELCRAZY
banned
Okay, I have my home web server hosting my site and I can use a proxy to view it BUT, I cannot view it using localhost or 127.0.0.0.1... Is there another way or a fix for this?
Thanks
Thanks
so, if you are on the web server itself and type in 127.0.0.1 in a web browser you get nothing and the same thing with localhost?
well, if you are on any machine other than your web server it will try to connect to itself. 127.0.0.1 and localhost represent that machine. If you ping 127.0.0.1 you are pinging yourself.
Try putting in the IP of the webserver in the browser address bar, what do you get?
What web server are you running? Is it running currently? Is this on your same network as your other computers? What OS is it?
from windows you can try this in cmd
tracert ip.of.web.server
what results do you get? Also, have you given it a domain name?
so is it only one machine that cannot access it?