I am looking to be able to set register_global to on only for a single subdomain. I dont want to have it set in the whole php.ini to affect ever virtual host. How can I accomplish this in the easiest way. I am not running PHP as cgi. I dont know the way Plesk manages things, but is there a single Config for each domain or subdomain so I can do this. I have to do this because Modernbill doesnt work without having Register Globals set to on, but then my actual normal site break.
Try putting a php.ini with "register_globals on" in the respective directory. Or you can try using "php_flag register_globals 1" in .htaccess file at the directory.