PHP setting register_globals

Status
Not open for further replies.

ahref

In the zone
you can do register global off by modifying php.ini, if you do not have access to php.ini then you can do that from .htaccess file by writing this line
Code:
php_flag register_globals off
 

Sukhdeep Singh

Host4Cheap.org
There are two ways, either of them should work depending upon on hosting environment. If you get 500 Internal Server error after adding that to .htaccess. Ty the Method below :)

*www.host4cheap.org/orders/knowledgebase.php?action=displayarticle&catid=7&id=36
 
Status
Not open for further replies.
Top Bottom