magic_quotes_gpc is a PHP flag that you can turn on/off easily. By default, it's always turned on in our servers. We do NOT recommend to turn it off due to security reason (SQL Injections). Click here to learn about the security concerns.
To turn it off, do the following steps:
1) In your CPanel's File Manager (or any FTP client), locate the file /public_html/.htaccess
2) Edit the file .htaccess thru your CPanel's File Manager (or any FTP client) and add the following line at the end of your .htaccess file:
php_flag magic_quotes_gpc Off
3) Save .htaccess file. You are done!
Most Popular Articles
Can I switch between PHP-4 and PHP-5?
Yes, you can easily switch between PHP-4 & PHP-5 anytime you wish. To see how, see the...
What's the Hostname & Port for MySQL?
When configuring any of your scripts on the server, use the following connection info to...
Do you support GD & ImageMagick?
Yes, we do support GD & ImageMagick modules.The module-binaries are located in under this...
Do you have Linux or Windows servers?
All servers at GigaPros run on CentOS Linux. All servers use high performance Intel(R) Xeon(R) 24...
How do I create an Addon Domain?
An Addon Domain is similar to a subdomain and created in much the same way. An Addon Domain has...