Re: [PHP] register_globals flag in some directories

2002-06-11 Thread Chris Hewitt
- >From: "Chris Hewitt" <[EMAIL PROTECTED]> >To: "Ahmed Abdalla" <[EMAIL PROTECTED]> >Sent: Tuesday, June 11, 2002 9:06 PM >Subject: Re: [PHP] register_globals flag in some directories > > >>Ahmed, >> >>The /etc/httpd/conf/httpd.

[PHP] register_globals flag in some directories

2002-06-11 Thread Ahmed Abdalla
I am sorry if this is asked before, but I have apache 2.0.36 with php 4.2.1 in the php.ini file register_globals is set off, but i want to turn it on in some directories I tried to create .htaccess file in that directory and put in it php_flag register_globals on but its not working, so did i do