Portal Home > Knowledgebase > General & Tech > How to enable register globals


How to enable register globals




register globals are VERY insecure and a poor way to use code. Most pre-written codes should have an update for this.

However, if you are willing to risk your security, then you will have to creat php.ini file under public_html folder.

 

In order to enable register global, you will need to edit the .htaccess file in your public_html folder on your hosting plan.
 
You will need to place to following within the file (make sure it's on it's own line)

register_globals = On


 
You can edit this file by using the file manager in your cpanel, click on the file and from the right navigation you can select edit file.

 

 

Easy Method for beginners:

Download php.ini file from here and upload it:
http://jkookserv.com/clients/downloads.php?action=displaycat&catid=3

 

 

 

 

 



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
What is BoxTrapper? (Views: 1317)
What is my path? (Views: 1767)
What is Fantastico? (Views: 1714)