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 - Cast from Object to List<String>: CastClassException -

How to set a border for android Imageview in Longpress? -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -