Ok, this section of code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
is supposed to make http://axlesforless.com/index.php automatically rewrite to
http://www.axlesforless.com/index.php, which is currently not happening,
So, I'd like you to try putting ONLY the above code into your root .htaccess (yes in public_html) and lets try to get that function working.
Bookmarks