user1723409
user1723409

Reputation: 133

Rewrite rule in IIS for mutiple domain

trying to redirect a www domain to a non www i found the following article which work great for a single domain (http://egeek.dk/redirect-www-to-non-www-iis/) but my main problem is I am using orchard and want to do this for multiple tenant/domian name. basically I want any domain that is pointing to the server that has a www. to foward to http://domiananame.extension

Upvotes: 0

Views: 35

Answers (1)

Hazza
Hazza

Reputation: 6581

We have a little module that does this so I have never tried using this module but you could try it out, may do what you are looking for...

https://gallery.orchardproject.net/List/Modules/Orchard.Module.CloudConstruct.BrowserDetection

Upvotes: 1

Related Questions