| View previous topic :: View next topic |
| Author |
Message |
betohayasida
Joined: 08 Sep 2007 Posts: 1
|
Posted: 09.09.2007 00:17 Post subject: Error Getting Blog-ID 406 |
|
|
I was trying to setup my wordpress blog on BlogDesk and I got this error:
HTTP-errorcode: 406
NONE-ACCEPTABLE - no responses acceptable to the client were found.
What should I do?
Thank you |
|
| Back to top |
|
 |
kristanna
Joined: 09 Sep 2007 Posts: 1
|
Posted: 10.09.2007 12:05 Post subject: Re: Error Getting Blog-ID 406 |
|
|
| betohayasida wrote: | I was trying to setup my wordpress blog on BlogDesk and I got this error:
HTTP-errorcode: 406
NONE-ACCEPTABLE - no responses acceptable to the client were found.
What should I do?
Thank you |
Well, it seems that you are having problems with mod_security, probably installed in your shared host.
You can create a .htaccess file in your root directory and disable mod_security just for your website. I believe that everything will work fine when you do that change.
Just add a simple code in your .htaccess
==================
SecFilterEngine Off
SecFilterScanPOST Off
==========================
And try connect again using BlogDesk. But remember, .htaccess file should be in your root directory, not where wordpress is installed.
Hope that helps. ;) |
|
| Back to top |
|
 |
|