I’m using mod_rewrite on my site’s index to do this:
RewriteCond %{HTTP_HOST} ^mysite\.com$
RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
However, when I do that my Referrers get messed up and I get links like this:
http%3A//www.bloglines.com…
Has anyone else had this problem? Is there something wrong with my rewrite rule?