PHP_FLAG use
Posted: Mon May 09, 2005 9:27 am
I've got the following code in mod_php.conf
Seems to successfully turn register_globals on; but can't turn it off for issue-tracker - can this be done, or do I have to enable .htaccess and use that (which is advised against for performance reasons) ?
Also tried /home/Issue-Tracker*
PHP_FLAG register_globals ON
## mod for issue-tracker
PHP_FLAG magic_quotes_gpc OFF
## this doesn't work
<Directory /Issue-Tracker*>
PHP_FLAG register_globals off
</Directory>
Seems to successfully turn register_globals on; but can't turn it off for issue-tracker - can this be done, or do I have to enable .htaccess and use that (which is advised against for performance reasons) ?
Also tried /home/Issue-Tracker*
PHP_FLAG register_globals ON
## mod for issue-tracker
PHP_FLAG magic_quotes_gpc OFF
## this doesn't work
<Directory /Issue-Tracker*>
PHP_FLAG register_globals off
</Directory>