.htaccess

Hi.

I want to turn Php_Flag register_global On for a directory, any ideas on how i can do it ? i did it with .htaccess file but it doesnt work. Any ideas why ?

Thanks.
Faisal

Hi Faisal

You can only place php_flag in an htacces file if overriding the option is enabled for that directory in httpd.conf

Here’s a[a href=“http://www.patternmedia.com/articles/apache_htaccess_for_php_web_application_deployment.php”>link</a> to a useful explanation.