Forum Moderators: phranque
RewriteCond %{HTTP_HOST}!^www.mysite.com$
RewriteRule ^(.*)$ [mysite.com...] [R=301,L]
this rule is working ok on my local apache, but it doesn't on the server.
I try to redirect all non www URL to www URL, also subdomains.