Fix Wordpress Media Upload Errors
Posted on
Jun,02
at4:47 pm
byjimazing
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
Leave a Reply