Last post Dec 26, 2005 10:03 PM by MohantaD
None
0 Points
100 Posts
Dec 26, 2005 05:12 PM|monolithx|LINK
Is there a way to use URL_Rewrite ISAPI module to rewrite:
http://user.domain.com
to
http://domain.com/user.aspx?name=user
Thanks.
8 Posts
Dec 26, 2005 10:03 PM|MohantaD|LINK
The straight answer is "No". These are part of the domain name setting issues in IIS. With the URL rewriter you can do like http://www.domain.com/user to http://www.domain.com/user.aspx etc.
None
0 Points
100 Posts
Subdomains - Maybe URL_Rewrite?
Dec 26, 2005 05:12 PM|monolithx|LINK
Is there a way to use URL_Rewrite ISAPI module to rewrite:
http://user.domain.com
to
http://domain.com/user.aspx?name=user
Thanks.
None
0 Points
8 Posts
Re: Subdomains - Maybe URL_Rewrite?
Dec 26, 2005 10:03 PM|MohantaD|LINK
The straight answer is "No". These are part of the domain name setting issues in IIS. With the URL rewriter you can do like http://www.domain.com/user to http://www.domain.com/user.aspx etc.