Hi All! Ensure that php is configured with register_globals OFF How would I insert this into the .htaccess file without getting error messages? Thanks for the assistance! dthbah2006
This line in the .htaccess file in the root directory is supposed to do the trick: php_flag register_globals 0