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

Java sticky instances of class com.mysql.jdbc.Field aggregating -