Question

First of all I want to ask is what I have to do to make a website that support wildcard like you receive request as blog.domainname.com and forum.domainname.com. It is server setting that I have to do or I have to make application like that to support wildcard. Like I want to nopcommerce to support wildcard ?

Thanks in advace..

Was it helpful?

Solution

You can bind multiple website in IIS to the same IP / port and distinguish them by host header.

When you define bindings in IIS specify same IP / port and add blog.domainname.com as host header for your blog website and forum.domainname.com to your forum.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top