eddy2099
Mar 14 2006, 09:56 PM
I have a global php.ini which has global_register set to off but I need it on for one site, what must I do ? Do I throw a php.ini into that particular site folder and if so, where should that be located ?
Thanks.
Blue|Fusion
Mar 14 2006, 10:04 PM
I just put
CODE
php_value register_globals 1
in the .htaccess file for the particular site.
eddy2099
Mar 14 2006, 11:25 PM
Cool! I did not know I could do that

Thanks.