Wildcard subdomain on localhost using host file [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm trying to set up sub-domains on my development machine that runs IIS 7 on Windows 7. It looks like it is possible by editing hosts file in C:\Windows\System32\drivers\etc by adding line like this: 127.0.0.1 localhost 127.0.0.1 abc.localhost I'm wondering if this could be done without adding a configuration