Separate domain per Category. How?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
nc 4.50

i've got vps server with iis installed

i have different product categories and i have different domains for every of them.
i want every domain to be redirected to its product category (for the first time when domain is entered in the browser)

myDomainFor-Texas.com = redirect to => myDomainFor-Texas.com/texas-category
myDomainFor-Utah.com = redirect to => myDomainFor-Texas.com/utah-category
myDomainFor-Kentucky.com = redirect to => myDomainFor-Texas.com/kentucky-category

but there is also the main domain i've got which is myDomain.com
this domain is just main and usual domain
i want all domains to be working

how can i do it?
1 year ago
you can add url pattern to redirect on every domain request at IIS URL Rewrite
please check these link 1. https://weblogs.asp.net/owscott/iis-url-rewrite-hosting-multiple-domains-under-one-site
2.https://www.nopcommerce.com/en/boards/topic/47861/redirect-url-with-domain-using-webconfig
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.