Fixing the HTTP error problem while using WordPress Flash Uploader

The reason for the upload error lies within the mod_security module which is basicly a web application firewall that protects your website from a range of attacks. So you shouldn’t turn off this module as it protects you but you can add a special rule for the flash uploader.

The Solution:

Open the .htaccess file in your website document root and add the following lines:



  
    SecFilterEngine Off
    SecFilterScanPOST Off
  


  
    SecFilterEngine Off
    SecFilterScanPOST Off
  


  
    SecFilterEngine Off
    SecFilterScanPOST Off
  

This should do it.

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkArena
  • LinkedIn
  • MisterWong
  • MisterWong.DE
  • Netvibes
  • NewsVine
  • StumbleUpon
  • Technorati
  • Wykop
  • Yigg
  • BlinkList
  • email
  • MySpace
  • TwitThis

Previous & Next Post



5 Responses to “Fixing the HTTP error problem while using WordPress Flash Uploader”

  1. ArticleClump  on June 18th, 2009

    Your posts are great! Please keep

  2. ioninkamy  on June 19th, 2009

    Thank you for post. It is very imformative stuff.
    I enjoy to read!

  3. Bodyc  on June 21st, 2009

    Greatings, Where are you from? Is it a secret? :)

  4. Shenelle  on July 24th, 2009

    Hey everyone. I’m hoping to meet new friends here so drop me a note when you
    get a chance.

    I hope to make some quality posts soon but first I have to look around the forum and
    familiarize myself with everyone and the forum.

    Bye for now. lol


Trackbacks/Pingbacks

  1. [...] Continued here: Fixing the HTTP error bproblem/b while using bWordPress/b Flash Uploader b…/b [...]

Leave a Reply