You see sites that redirect the highlandergolf.com to
www.highlandergolf.com all them time. I have found how to do it, but can't get it to work for my site. Any ideas as to why?
Code:
RewriteCond %{HTTP_HOST}!^www\.highlandergolf\.com [NC]
RewriteCond %{HTTP_HOST}!^$
RewriteRule ^/(.*) http://www.highlandergolf.com/$1 [L,R=301]