hey - I wante to redirect my http to www.
at host gator they recommended using this
RewriteEngine on
RewriteCond %{HTTP_HOST} ^([a-z.]+)?example\.com$ [NC]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .? http://www.%1example.com%{REQUEST_URI} [R=301,L]
I added my url but it didnt work - can someone please who me using google .com as an example -
thanks