View Single Post
  #8 (permalink)  
Old 01-16-2008, 10:34 AM
garyglow garyglow is offline
WebProWorld Member
 
Join Date: Dec 2007
Posts: 27
garyglow RepRank 0
Default Re: .htaccess Help!!

Thanks for the Help Wige! It seems like there are few resources out there to help people with .htaccess issues so your reply will likely help a lot of people.

That said, your advice didn't exactly work as planned. Now I haven't yet tested what is required and what isn't, the
Code:
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
appears to be required for some reason. I think part of it is required by the SEO extension i run in my CMS (Mambo).

Anyway I got the www to non-www to work but i still can't get the 404 error page to work. I use godaddy as my host and when i first started tinkering with the domain, i told them to point 404 errors to http://theticketlodge.com. When I tried to stop that (as I heard it is back for SEO), it just hasn't worked. Any clues?

Thanks again for all the help!

Gary
Reply With Quote