Quote Originally Posted by rwoody View Post
I was sure that was the answer...

php_flag register_globals off
php_flag session.use_trans_sid off

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Suggestions:
1. Remove the two lines start with "php_flag"
2. Consult your web hosting system administrator for help.