azdawg Posted August 6, 2008 Posted August 6, 2008 I'm testing external blog software, Marsedit, Ecto and scribefire, for use with one Wordpress and two Drupal sites. Everything works as advertised, with one exception. I receive a 406 error when using the software to upload a jpg in a post. Oddly, uploading a gif works just fine. Two of the sites are on my reseller account. The other two are on individual accounts. Since it's consistent across all, I'm obviously missing something, somewhere. Any guidance is must appreciated. Quote
TCH-Bruce Posted August 6, 2008 Posted August 6, 2008 Try adding the following to your .htaccess file and see if it works. ><IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> Quote
azdawg Posted August 6, 2008 Author Posted August 6, 2008 Works perfectly. Thank you. Try adding the following to your .htaccess file and see if it works. ><IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.