Forum Moderators: phranque
It did work when I was in a private window, and after clearing cache but I can't expect every visitor to my site to know to do that, so I had to revert back. Am I stuck with this now?
#Redirect invalid and non www requests
RewriteCond %{HTTP_HOST} !^(www\.example\.com)$
RewriteRule (.*) http://www.example.com/$1 [R=301,L]