|
We run in all of our shared/reseller servers with suPHP enabled, so to enable register_globals on or off, or any other php.ini setting you require you can do so by uploading your own php.ini file.
And upload this php.ini file into the directory which you require register_globals On, inside that file (php.ini) , just edit register_globals to make it look like:
register_globals=On
Once this is set on the file, you should be able to upload the php.ini file, and register_globals will be enabled for whatever directory this file is on.
|
Add to Favourites
Print this Article
|