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>
PHP_FLAG use
Here is some help with regards to php.ini
This page...
http://us2.php.net/manual/en/ini.php#ini.list
seems to cover what can go in the .ini file. I just started reading it, so I'm not sure how useful is it, but it is somthing.
http://us2.php.net/manual/en/ini.php#ini.list
seems to cover what can go in the .ini file. I just started reading it, so I'm not sure how useful is it, but it is somthing.