修复了在Wordpress中上载时的“HTTP错误”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复了在Wordpress中上载时的“HTTP错误”相关的知识,希望对你有一定的参考价值。

Add this piece of code in your .htaccess file located in wordpress root directory
  1. <IfModule mod_security.c>
  2. <Files async-upload.php>
  3. SecFilterEngine Off
  4. SecFilterScanPOST Off
  5. </Files>
  6. </IfModule>

以上是关于修复了在Wordpress中上载时的“HTTP错误”的主要内容,如果未能解决你的问题,请参考以下文章

如何在上传图像时修复WordPress上的HTTP错误?

上传图片时如何修复 WordPress 上的 HTTP 错误?

如何修复wordpress中的php致命错误和http错误500

如何修复 Wordpress 的 WooCommerce 结帐时的无限缓冲区

IIS7 Wordpress大上传HTTP错误

php 添加要在WordPress中上载的其他文件类型