-
Posted to
IIS7 - URL Rewrite Module
by
roundedcube
on
03-23-2009, 3:00 PM
It's the same IIS site. However, subdomain.domain.com shows differently than www.domain.com. And the web app uses the "subdomain" to determine what to show. So, if I just strip it off, the app will see "www" and will show the "www" view. I hope that makes ...
-
Posted to
IIS7 - URL Rewrite Module
by
roundedcube
on
03-16-2009, 12:26 PM
I meant "rewrite". The URL should remain www.domain.com/subdomain in the browser.
-
Posted to
IIS7 - URL Rewrite Module
by
roundedcube
on
03-12-2009, 6:26 PM
How about the reverse of this? How can I point:
www.domain.com/subdomainname
to
subdomain.domain.com
and making sure that any subsequent pages after the /subdomainname also maps correctly such as:
www.domain.com/subdomainname/page1.aspx
would map to
subdomain.domain.com/page1.aspx
Any help would be appreciated.