Is there a way to set magic_quotes_gpc to off either for one domain/sub-domain or for my entire site?
Is there a way to set magic_quotes_gpc to off either for one domain/sub-domain or for my entire site?
For a domain/sub-domain create or add this to the .htaccess file if you are not running SuPhp
If running SuPhp make a php.ini file for every folder you need this disable and put inCode:php_flag magic_quotes_gpc off
For serverwide put the this code in your main php.ini fileCode:magic_quotes_gpc = Off
Code:magic_quotes_gpc = Off