Forum Moderators: phranque
RewriteCond %{HTTP_HOST} !^www.canuckabroad\.com [NC]
RewriteRule ^(.*) http://www.canuckabroad.com/$1 [QSA,R=301,L] However it breaks my subdomains! I've got a subdomain, lets call it 'test.mysite.com' which works find if I remove that canonical code, otherwise it redirects to www.mysite.com