Hello,
I have register_globals turned off server-wide for what I have been informed of as security reasons, however, I do need to have this turned on for one individual account.
I initially had register_globals enabled on this particular account through a php_flag in .htaccess, however, I now have enabled phpsuexec, which requires me to move that info to a php.ini.
I have created a php.ini file with ONLY the following contents in it:
With this uploaded to my public_html folder of the account, register_globals still shows as being off in a phpinfo document.register_globals = On
Am I doing something wrong here? Is something causing my account's php.ini value to be overwritten? I have some software that will not run properly without register_globals being on.
Thanks,
Kyle


LinkBack URL
About LinkBacks
Reply With Quote