Search
Home IIS.NET Forums IIS 7 and Above Setup Wildcard Multi level subdomains
Last post Nov 21, 2018 08:17 PM by lextm
2 Posts
Nov 21, 2018 03:34 PM|shadowrift|LINK
Hey there i was following https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support but i was unable to get multilevel binding to work with my local 10 instance.
my host file:
127.0.0.1 subdomain.domain.com
my website bindings:
https://*.subdomain.domain.com
http://*.subdomain.domain.com
visiting in a browser http://example.subdomain.domain.com/ cant be reached
8522 Posts
MVP
Nov 21, 2018 08:17 PM|lextm|LINK
Hosts file does not support wildcard host names, https://superuser.com/questions/135595/using-wildcards-in-names-in-windows-hosts-file So for any domain you want to test, create its own entry.
2 Posts
Wildcard Multi level subdomains
Nov 21, 2018 03:34 PM|shadowrift|LINK
Hey there i was following https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support but i was unable to get multilevel binding to work with my local 10 instance.
my host file:
127.0.0.1 subdomain.domain.com
my website bindings:
https://*.subdomain.domain.com
http://*.subdomain.domain.com
visiting in a browser http://example.subdomain.domain.com/
cant be reached
8522 Posts
MVP
Re: Wildcard Multi level subdomains
Nov 21, 2018 08:17 PM|lextm|LINK
Hosts file does not support wildcard host names, https://superuser.com/questions/135595/using-wildcards-in-names-in-windows-hosts-file So for any domain you want to test, create its own entry.
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.