turn off magic_quotes_gpc

Various Open Source Software programs like Drupal, Prestashop, Joomla, Etc., require magic_quotes_gpc to be killed. The following are a few stages you need to follow for something very similar.

Step 1: Log in to your hosting control panel > File manager > open site root folder > open php.ini file with the editor.

Step 2: Identify the magic_quotes_gpc line as mentioned below and turn if off.

;Magic quotes;

; Magic quotes for incoming GET/POST/Cookie data.

magic_quotes_gpc = On


Please change as below code:

;Magic quotes

;

; Magic quotes for incoming GET/POST/Cookie data.

magic_quotes_gpc = Off

 

Click on save changes.

Boundaries OK PrestashopVisit your phpinfo page by going to your space and adding phpinfo.php toward the finish of the URL like the model underneath.

  • http://example.com/phpinfo.php

 

 

  • magic quotes, prestashop, joomla, drupal, ecommerce, webhosting
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to secure your WordPress?

WordPress is an open-source application so security level issues you may face but Do not worry...

Install themes into the wordpress

What is the WordPress theme? A WordPress Theme is a collection of files that work together to...

Top 5 e-commerce applications

What is e-commerce?   E-commerce (electronic commerce) is the buying and selling of goods and...

How to Install Wordpress Website?

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL....

How To Check DotNetNuke Install Instance Version?

> Please login to your DNN site with your host account. > Please Navigate to Host >...

Powered by WHMCompleteSolution