Enable Disable register global from .htaccess

Spread the love
  •  
  •  
  •  
  •  
  •  

At times, we need to set register_globals to on or to off and we cannot modify such directive of php from the php.ini for obvious motives.

Then we can plan register_globals to on or off through an entry in the file .htaccess in the following manner.
For on:

php_flag register_globals on

For off:

php_flag register_globals off


Spread the love
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

2 comments:

Leave a Reply to Lukkibessoni Cancel reply

Your email address will not be published. Required fields are marked *