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.

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...

Help, I deleted the files.

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

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....

File upload timeout, help me

There are no file download limits on our servers. However, if you have any difficulty downloading...

Domain does not work with "www"

If you cannot access your site using your domain without “www”. (Example.com) but with "www." it...