I'm using urlrewriter.net to rewrite urls on my site to imporve seo. I've implemented a httpmodule that performs a 301 redirect so that "mysite.com" redirects to "www.mysite.com".
That's fine, but it doens't help when a user enters "mysite.com/about" because based on the module, they'll simply redirect to "mysite.com" instead of "www.mysite.com/about". Anyone out there familiar with
Member
135 Points
65 Posts
UrlRewriter.net rewrite all non-www to www
Mar 20, 2010 07:50 PM|eboyd|LINK
Hi,
I'm using urlrewriter.net to rewrite urls on my site to imporve seo. I've implemented a httpmodule that performs a 301 redirect so that "mysite.com" redirects to "www.mysite.com".
That's fine, but it doens't help when a user enters "mysite.com/about" because based on the module, they'll simply redirect to "mysite.com" instead of "www.mysite.com/about". Anyone out there familiar with
urlrewriter.net that can help me out here?
Member
135 Points
65 Posts
Re: UrlRewriter.net rewrite all non-www to www
Mar 20, 2010 11:43 PM|eboyd|LINK
Somehow this got posted in the wrong section, but I fixed everything. Problem solved.