• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

setting register globals off per site

I

ilustrate

Guest
is there a way to set register globals to off per site? i have register globals set to on for a site but need it off for another. what should i do?
 
use the search function in this forum and type register globals or vhost.conf or vhost_ssl.conf .... There have been tons of posts on this :)
 
thanks, i ended getting this fixed with a simple entry on the .htaccess file that says....
php_flag register_globals off
 
Back
Top