I have the following rule in my .htaccess file:
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
I want to redirect requests to the www version of my site. It doesn't work when I tried on Internet Explorer 6...haven't tried on other versions of i.e. It works for chrome and firefox.
Any ideas why this could happen and how to solve? Thanks much