Pankaj
Pankaj

Reputation: 581

Making wildcard nopcommerce

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..

Upvotes: 1

Views: 72

Answers (1)

Jakub Konecki
Jakub Konecki

Reputation: 46008

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.

Upvotes: 1

Related Questions