30 March 2008 @ 18:55Fix Wordpress 2.5 upload error - HTTP error
The solution for me was to edit the .htaccess file in the root directory of my webserver (the directory where Wordpress is installed). Add the following to the the .htaccess file after the “END WordPress”:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
If you are having the problem of your .htaccess file losing its changes, you have most likely [...]
by Jon | 32 comments | Tags: .htaccess, bugs, fix wordpress upload error, wordpress, wordpress http error, wordpress upload error
Posted in bugs, wordpress




