When I add these .htaccess, the websites won't even open properly in IE6 no images or background work (looks similar to the cached webpages from google)
Am I supposed to add these to the htaccess file in the public_html ? or the public_html/includes?Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
I have a feeling i am entering them in the wrong file in the wrong place![]()
Bookmarks