Code Comments
Programming Forum and web based access to our favorite programming groups.Hi All, How do I disable magic quotes via .htaccess? I put the following file in my webroot, but it does not disable magic_quotes_gpc (according to phpinfo(), both the local and master value are still "on") <IfModule mod_php4.c> php_value upload_max_filesize 8M php_value magic_quotes_gpc 0 </IfModule> The change to upload_max_filesize works (master is 2M, local value is 8M, according to phpinfo()) Guess I've got something wrong. Any help? -Josh
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.