Feedback:
Please enter any feedback you have for this article.
Screenshots:
All Articles ยป Disabling Magic Quotes
Articles in this category
hyve
Category: Linux
Magic quotes can be disabled by editing php.ini file using the configuration below:
cd /etc/php.ini magic_quotes_gpc = Off
For CPanel server:
cd /usr/local/lib/php.ini magic_quotes_gpc = Off
Tags:
How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.
Popular Articles
Related Articles