If you receive the error Not acceptable (406) that means you're causing mod_security to block your websites request. To resolve this issue simply add the following to your .htaccess file in public_html:
SecFilterEngine Off
That will disable mod_security and resolve the Not acceptable errors.