How do I disable magic quotes? (Using .htaccess)

You need to add this line to your htaccess file in the directory where you want to disable magic quotes:

php_flag magic_quotes_gpc off

The .htaccess file is located in your public_html folder on your FTP server.

  • 50 Users Found This Useful
Was this answer helpful?

Related Articles

My Wordpress has been hacked, how do I reset my admin password?

If your Wordpress password has been changed to an unknown value, you can always change it by...

Images are not showing on my site

Please make sure the images are uploaded to the server. Check that the HTML paths are correct....

Help, Adsense is not showing

If your ad is not showing, please make sure you paste the code between the "body" tags. If you...

I see a blank / white page (if the site is built in PHP)

If your site is based on PHP, the most likely cause of the problem is that you missed a symbol...

Help, I deleted the files.

Backups are automatically created weekly on the Premium plan and daily on the Business plan. You...