[snip] If I create an PHP environment such that I don't need to override register_globals and error_reporting with a .htaccess file it works just
fine, so I guess the problem is in the .htaccess file. I posted my httpd.conf file at http://e-technics.com/dorna/httpd.conf. If I comment the lines <Directory "/usr/local/apache/htdocs/dorna"> AllowOverride All </Directory> that makes the override possible, the page works fine, but I don't have register_globals and error_reporting as I want them. [/snip] Actually, according to the info.php page for that directory register_globals is ON as you desire...correct? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php