URL Rewriting for Subdomains
-
Hey guys I have been using URL Rewriter available at: MSDN[^]. I want to rewrite subdomains now. For example... http://**adam.sitename.com/index.aspx ---should map to---> http://www.sitename.com/index.aspx**?user=adam
All the way from Sialkot ...
-
Hey guys I have been using URL Rewriter available at: MSDN[^]. I want to rewrite subdomains now. For example... http://**adam.sitename.com/index.aspx ---should map to---> http://www.sitename.com/index.aspx**?user=adam
All the way from Sialkot ...
Why would you want to use a subdomain instead of www.sitename.com/adam ? You're adding the overhead of managing your subdomains via DNS. Think about how many users you're likely to have, this really isn't a good idea.
Mark's blog: developMENTALmadness.blogspot.com