How to Disable PHP Register Globals on IX Web Hosting
IX Web Hosting provides its customers with the ability to adjust the settings of their website's PHP configuration file to accompany the needs of certain scripts and applications. Changing the standard settings by defining custom values within the PHP configuration file should only be done when necessary. IX Web Hosting disables Register Globals by default to avoid potential security issues. If this setting has been enabled, you can turn it off by accessing the PHP configuration file.
Instructions
-
-
1
Open your FTP client and connect to the server hosting your website.
-
2
Open the "cgi-bin" folder.
-
-
3
Download the PHP Configuration file (php.ini) and open it with a text editor, such as Notepad.
-
4
Search for the line containing "register_globals = On" in the file. Delete the "On" variable and type "Off," so that the line reads "register_globals = Off" (without the quotes). If you don't find "register_globals = On" in the file, enter "register_globals = Off" on an empty line in the file.
-
5
Save the file and upload it to the "cgi-bin" folder, replacing the previous version of the file.
-
1