This is how to disable MAGIC QUOTES GPC using an .htaccess file.
If you want to install Jomla 3 or any other CMS to your web hosting server and it asking you to do
Magic Quotes Off and your server is configured to allow .htaccess files then you can add the following line and it will turn off Magic Quotes:
php_flag magic_quotes_gpc off
No comments:
Post a Comment