| Some PHP scripts require the PHP register_globals settings to be enabled. This function is disabled by default on all D9 Servers, however it can be turned on per directory if required by a script you are running/installing. To enable register_globals please download the following file: (Right click, Save target As) http://www.d9hosting.com/phpini/phpini-globals.txt When downloaded, you then need to upload it to your webspace. You should upload it to the folder where your script is located. So for example if you were installing a support desk in a folder called "support", you would upload the file to: /public_html/support Once uploaded, rename the file to: php.ini Register_Globals will then be enabled for that directory.
|