Fix Wordpress Media Upload Errors

Posted on

Jun,02

 at

4:47 pm

by

jimazing

WordPress 2.5 upgrades caused HTTP errors when uploading an image. Here’s how to fix it… Add the following line to your .htaccess file:
SetEnvIfNoCase Request_URI ^/wp-admin/async-upload.php$ MODSEC_ENABLE=Off
Thanks to Vassie.name