Map IP address to localhost (locally) under Windows 7.
Posted
by James
on Super User
See other posts from Super User
or by James
Published on 2010-04-02T11:27:10Z
Indexed on
2010/04/02
11:33 UTC
Read the original article
Hit count: 346
So basically I want to map the IP address 1.2.3.4 to localhost.
So that when I browse to:
1.2.3.4/somepage.html
It will fetch:
127.0.0.1/somepage.html
Does anyone know how I could go about doing this? Unfortunately the hosts file does not allow these kind of mappings.
Thanks
© Super User or respective owner