通过.htaccess禁用PHP魔术引号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过.htaccess禁用PHP魔术引号相关的知识,希望对你有一定的参考价值。
Magic Quotes is a great feature of php but sometimes it can just get annoying. It's simple enough to turn it off at the .ini and restart apache but here's a quick .htaccess workaround
php_flag magic_quotes_gpc off
以上是关于通过.htaccess禁用PHP魔术引号的主要内容,如果未能解决你的问题,请参考以下文章