Windows: How to use hosts file with path? -


this works:

127.0.0.1       www.somesite.com 

but not this:

127.0.0.1/somepath/www       www.mysite.com 

what doing wrong? possible map full path this? if not, easiest way accomplish want here?

the simple answer can't use hosts file redirect specific urls. can used map hostnames ip addresses.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -