Hi All,
I need to 301 rediect mysite.com to
www.mysite.com. I found two examples on google search :
RewriteEngine on
RewriteCond %{http_host} ^mysite.com [nc]
RewriteEngine on
RewriteCond %{http_host} ^mysite\.com$
As you can see these two mod_rewrites are diferent, which one is correct? Or can I simply use the redirect directive like this:
Thanks for any help you can give, I'm new to all this.
Stuart