Loading...
Changes Saved.
Error Occurred!
iDC File Manager - web based file manager
Contact Us
Online Support
Try Demo
Store
Home
File Manager Labs
iDC File Manager - Blog
Upgrade To Version 1.5 Now!
*What's New   |   Overview   |   Features List   |   Which Version?  |   Testimonials   |   Knowledge Base   |   Requirements   |   Upgrade

HTTP 406 error occured with Flash Upload?

If you are running iDC File Manager on a Linux server you need to access your server via FTP and navigate into the public_html | httpdocs or similar (depending on your setup), where you will see a file called .htaccess. You need to edit this file and add in the following code:

<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed,
# but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

This should then resolve the 406 error message.

If your server does not already have a .htaccess file you will need to create one / upload a one that includes the above code.


© Copyright i Dot Communications





1

Add Comment

Please also verify yourself by typing the text in the following image into the box below it.

Related Articles