Page 1 of 1

localhost alias dosn't work

PostPosted: 06. February 2009 21:54
by Stivie
Hello.
I have problem with localhost. When I type http://localhost, alias doesn't work. IP address (http://127.0.0.1/) work fine.
My hosts file look like this:
Code: Select all
127.0.0.1       localhost
::1             localhost

I'm running on Windows Vista

Re: localhost alias dosn't work

PostPosted: 06. February 2009 21:55
by Wiedmann
Code: Select all
::1             localhost

Remove this line.

Re: localhost alias dosn't work

PostPosted: 08. February 2009 22:01
by Stivie
Thx. Now alias works :)