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

Mounting Samba Share in Linux for Startup

The following may be used to mount a samba share via your /etc/fstab file for bootup on...

Can I change my username?

Usernames are setup in the manner for security. Most programs will allow you to save the...

Disable error_log via htaccess

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

How can I change the default page / document?

Create a .htaccess file, include the below information into it and upload it to the public_html...

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...