Error 406 unacceptable

This error can be caused by several factors. One cause can be the incorrect permissions are set on a file. An example is a .pdf file that produces the above error. Make sure the file has standard permissions set to it such as 644.
  • 444 Users Found This Useful

Was this answer helpful?

Related Articles

osCommerce password reset

How to reset your osCommerce admin login... You can reset your osCommerce administrative login...

How can I redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...

Redirect http to https and www

To forward a website to use both www. and https:// use the following in an .htaccess file:...

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...