Understanding wildcard hosts
In this recipe, we are going to understand wildcard hosts. We will create a few to demonstrate wildcard host websites and get an overview of it.
Let's understand wildcard DNS in detail.
Getting ready
To step through this recipe , you will need a running IIS 10.0 instance.
How to do it...
- Open Internet Explorer on your Windows 10 PC or Windows Server 2016. I am using a Windows 10 PC.
- Go to the address bar of any browser and type the URL http://learningpoint.co.in. You will be redirected to the default home page of
learningpoint.co.in
:

http://learningpoint.co.in/
- The website's domain name is
learningpoint.co.in
, whose DNS record is present on a DNS registration server and points to a web hosting server such as IIS 10.0. Once you access the website's domain name, the DNS server will translate the name to an IP and forward the request to the web server (IIS 10.0 or similar). Then, you will see the website's home page displayed.
- Now, open the http://demo.learningpoint.co...