Quote Originally Posted by jettrue View Post
The stylesheet. includes/templates/YOUR_TEMPLATE/css/stylesheet.css

Do you get the same error at http://www.axlesforless.com/ vs. http://axlesforless.com/

Did you add the stuff from additions_to_.htaccess to your .htaccess file?
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)

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
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