Regarding Windows Hosts File - Mapping Hostnames to IP Addresses
Hi everyone,i currently use the hosts file located in the C:\WINDOWS\system32\drivers\etc\ directory to map hostnames to IP addresses.
i was just wondering, is there actually anyway to map a entire range of hostnames with subdomains?
for example, at the moment i have to individually map each name like this:
127.0.0.1 subdomain1.mydomain.com
127.0.0.1 subdomain2.mydomain.com
what i'm trying to find out is, is there a way to use maybe something like *.mydomain.com and that way anything that has the prefix of mydomain.com will map to that 127.0.0.1?
Any help would be very much appreciated.
Thanx