localhost isn't found by IE

A

Agoston Bejo

Hi,
I stumbled upon a strange problem.
I have IIS 5.0 installed under Win2K. When I try to reach something in the
wwwroot directory as e.g. http://localhost/iishelp/ , I get an error
message:




Caudium // (with helluva great letters)

Sorry

The resource requested /iishelp/ cannot be found.
If you feel that this is a configuration error, please contact the
administrators or the author of the referring page.


----------------------------------------------------------------------------
----
Caudium/1.2.33 STABLE, at http://localhost/.



Everything works fine when I specify the address as
http://127.0.0.1/iishelp/ , though.

Virus or something?
 
S

Steve Parry [MVP]

Agoston said:
Hi,
I stumbled upon a strange problem.
I have IIS 5.0 installed under Win2K. When I try to reach something
in the wwwroot directory as e.g. http://localhost/iishelp/ , I get an
error message:




Caudium // (with helluva great letters)

Sorry

The resource requested /iishelp/ cannot be found.
If you feel that this is a configuration error, please contact the
administrators or the author of the referring page.


---------------------------------------------------------------------- ------
----
Caudium/1.2.33 STABLE, at http://localhost/.



Everything works fine when I specify the address as
http://127.0.0.1/iishelp/ , though.

Virus or something?

ensure the first entry of your hosts file is

127.0.0.1 localhost
 
A

Agoston Bejo

That is the first line.
'localhost' still doesn't work, '127.0.0.1' still does.
Mysterious...


Steve Parry said:
Agoston said:
Hi,
I stumbled upon a strange problem.
I have IIS 5.0 installed under Win2K. When I try to reach something
in the wwwroot directory as e.g. http://localhost/iishelp/ , I get an
error message:
[...]
ensure the first entry of your hosts file is

127.0.0.1 localhost



--
Steve Parry BA (Hons) MCP MVP


http://www.gwynfryn.co.uk
 
J

Jeff Cochran

Hi,
I stumbled upon a strange problem.
I have IIS 5.0 installed under Win2K. When I try to reach something in the
wwwroot directory as e.g. http://localhost/iishelp/ , I get an error
message:




Caudium // (with helluva great letters)

Sorry

The resource requested /iishelp/ cannot be found.
If you feel that this is a configuration error, please contact the
administrators or the author of the referring page.


----------------------------------------------------------------------------
----
Caudium/1.2.33 STABLE, at http://localhost/.



Everything works fine when I specify the address as
http://127.0.0.1/iishelp/ , though.

Virus or something?

Maybe:

Control Panel -> Internet Options -> Connections -> LAN Settings ->
Uncheck everything.

Jeff
 
S

Steve Parry [MVP]

Agoston said:
That is the first line.
'localhost' still doesn't work, '127.0.0.1' still does.
Mysterious...

if you goto a CMD prompt and ping localhost what response do you get?

Have you checked your PC with some spyware checker like Spybot?
 
A

Agoston Bejo

Damn it... I use a proxy and didn't check 'bypass proxy server for local
addresses'... Now localhost works at last.


Agoston Bejo said:
That is the first line.
'localhost' still doesn't work, '127.0.0.1' still does.
Mysterious...


Steve Parry said:
Agoston said:
Hi,
I stumbled upon a strange problem.
I have IIS 5.0 installed under Win2K. When I try to reach something
in the wwwroot directory as e.g. http://localhost/iishelp/ , I get an
error message:
[...]
ensure the first entry of your hosts file is

127.0.0.1 localhost



--
Steve Parry BA (Hons) MCP MVP


http://www.gwynfryn.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top