I am running a Windows NT server with Apache and PHP4. I have 2 different php scripts running, one needs the register_globals set to on, and one needs it off. When I create an .htaccess file in the root of the script I want to change the setting for, I get an error that whenever I try to pull up the page. In the apache error log, I get an error that says:
'Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration'.
The .htaccess file has the following line:
'php_flag register_globals off'
What am I missing? Any help would be appreciated.