I'm was on Cpanel23b, but I believe we just got upgraded... now all my older PHP sites are having problems with the PHP register_globals.
I've tried adding the following to the .htaccess file but it hasn't worked. I get a server error message. Does anyone know how to enable global_variables for older sites using PHP?
.htaccess.........
php_value register_globals on
Any help would be great, I don't want to spend time updating all the old sites.
I've tried adding the following to the .htaccess file but it hasn't worked. I get a server error message. Does anyone know how to enable global_variables for older sites using PHP?
.htaccess.........
php_value register_globals on
Any help would be great, I don't want to spend time updating all the old sites.
Comment