|
Posted by Gordon Burditt on 11/02/06 11:32
>I have been using a local installment of Apache web server and PHP on
>my computer. For some reason it has stopped loading my local web pages
>when I enter 'http://localhost' into the browser address bar. For IE it
>displays a page not found and Netscape, it redirects me to Netscape
>search where it does a search for 'localhost'. I cant understand why it
>has been working and all of a sudden just stopped but is there anyway
>to fix this in configuration? My knowledge of apache isnt the best so
>any advice would be much appreciated.
Can you "telnet localhost 80"? If it can't find an IP address, it
might be a DNS problem.
Can you "telnet 127.0.0.1 80"? If this works but the above doesn't,
it's probably a DNS problem. If you get "connection refused", is
Apache really running?
Have you been doing something recently with the "hosts" file?
Gordon L. Burditt
Navigation:
[Reply to this message]
|