通过.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
  1. php_flag magic_quotes_gpc off

以上是关于通过.htaccess禁用PHP魔术引号的主要内容,如果未能解决你的问题,请参考以下文章

禁用htaccess中的魔术引号

.htaccess禁用magicu引号

PHP 通过.htaccess禁用PHP Magic Quotes

PHP 魔术引号

PHP:为啥要用魔术引号

PHP 魔术引号