I’m needing help with setting up the rewrite rules for my site.
I have one rule set up so it adds www. to my site, but I also have a mobile site that starts with m. and don’t know what to put in the RewriteCond I’m not sure if there is a IF type statment…
What I currently have is…
RewriteCond %{HTTP_HOST} website\.us$ [NC]
RewriteCond %{HTTP_HOST} !m\.website\.us$ [NC]
RewriteRule ^(.*)$ http://www.website.us/$1 [L,R=301]
Thanks
Try this :