Hello,
I just have a problem with .htaccess when trying to run:
php_flag register_globals off
I mention that PHP is installed in Windows as a CGI executable for Apache, and when I put the .htaccess file with register_globals directive in my home dir, it gives me an 500 Internal Error.
I wanna ask if it's necessary to run PHP as a module for Apache, to make this directive work with .htaccess?
Thanks.