HelpMeSell:
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?
I have a feeling i am entering them in the wrong file in the wrong place :frusty:
Ok I did a little bit more playing around with IE6 and the htaccess (I am pretty sure it's the file in the public_html which I had to add the additions to)
Whenever I added the lines below the website wouldn't open properly in IE6 (sort of like the google cached view )
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
AddType text/x-component .htc
So I decided to ditch the first part and just added this and what would happen is that I wouldn't have any errors about accessing csshover.htc but my drop down menus wouldn't work...
AddType text/x-component .htc
The weird thing which I found out is that if I directly go to the link http://axlesforless.com/index.php?main_page=index the drop down menu's work regardless of the "AddType text/x-component .htc" addition to htaccess
Still though, if i go directly to the links the drop down menu's don't work :(