I know this is supposed to be really easy, but for some reason, my server keeps throwing an Internal Server Error when I add this to my .htaccess file at the root: RewriteEngine on RewriteRule !\.(gif|jpg|png|css)$ /home/content/a/b/c/abc123/html/index.php Where abc123 is my username on my GoDaddy account. I know GoDaddy leaves something to be desired when it comes to fancy stuff like this, but I've read all over the place, including GoDaddy's FAQs page that mod_rewrites are possible on their server. Any ideas? I got an authentication script to work okay. Is there some issue with this syntax? I got it off of A List Apart. Any help would be appreciated. Thanks.