How to turn magic_quotes_gpc off Updated on August 16, 2021 by InMotion Hosting Contributor 0 Minutes, 52 Seconds to Read Many Open Source Software programs like Drupal, Prestashop, Joomla, Etc., require magic_quotes_gpc to be turned off. The snapshot to the right shows the magic quotes On in the phpinfo.php page. This article will show you how to turn maging_quotes_gpc off on your server. Turning magic_quotes_gpc off Login into your cPanel. Go to the File Manager, select your public_html directory and click Go. Open your php.ini with the code editor. Find the magic_quotes_gpc line like the code below and change it from On to Off. (See image to the right) ;Magic quotes ; ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = On Your php.ini should have the following code. ;Magic quotes ; ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off Save the changes. Make the php.ini recursive in the .htaccess. Visit your phpinfo page by going to your domain and adding phpinfo.php at the end of the URL like the example below. https://example.com/phpinfo.php Share this Article Related Articles What is Docker? Working with Docker Containers Ubuntu Server: A General Overview Installable Software Reference How to use ImageMagick How to Install Docker on CentOS 7 Creating a new user in SMF 2.0 Changing a user’s password in SMF 2.0 AbanteCart Maintenance Mode Enable Maintenance in CMS Made Simple