me,myself,english and programming..

HTTP 406 Error while posting using blogdesk.

I’m having weird problem while posting to my wordpress blog using blogdesk.

HTTP Errorcode: 406

NONE ACCEPTABLE

Googling around and the solution given is to add a few line in htaccess file.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

I’ve update my htaccess file using that solution but no luck.I’m having 500 Internal server error instead after the changes.
Change htaccess file in root folder also give me same error.

I still can post using wordpress interface, but it is quite some time I have not using this features. :)

Any solution my dear friend ?

SOLVED. I don’t know what is the root cause. I have not done any changes since my previous attempt failed. maybe my hosting provided did something. :)

updated via -BlogDesk-button

  1. 2 Responses to “HTTP 406 Error while posting using blogdesk.”

  2. By Shantanu Goel on May 2, 2008 | Reply

    That was because of your host was using mod security 2. I’ve written about it and a workaround at
    http://tech.shantanugoel.com/2008/05/01/http-406-errors-galore.html

  3. By arejae on May 3, 2008 | Reply

    Hi Shant, thanks for the workaround.Hopefully it will help others too.
    and thanks for your comment. :)

Post a Comment