Correcting the “Http Error” when uploading pix
- 3 Comment
If you’re having problems you can either install a no flash plugin but why not have your wordpress installation working the way it is supposed to?
Download your .htaccess file and look for the part that says “END Wordpress”. It is circled in red in this screenshot:

Paste this code after that line
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Upload it and it should work just fine! Here is a shot of what it should look like

Update: Big Thanks to Micheal who pointed out that you should be sure to keep checking your htaccess file when installing plugins because they could change it
| 2.8 (1 person) |
If you enjoyed this post, make sure you subscribe to my RSS feed!
3 Comments on this post
Trackbacks
-
Michael Aulia (Who am I?) (8 comments) said:
If you are using this change, just make sure to note it down, as some plug-ins may modify your WordPress htaccess file (such as the WP-SuperCache plug-in), and this change can be lost
2.9 May 25th, 2008 at 6:11 pm -
Karrine (Who am I?) (1 comments) said:
I have been looking a fix for weeks!!!!!
Thank you !Karrine
Karrines last blog post..Ping your Word Press Blog - Her Media’s Word Press Tips
3.0 May 27th, 2008 at 11:34 pm







[...] from UOTW has shared with us the solution by re-writing your .htaccess to include an additional set of [...]