So I am using MooTools Filemanager (https://github.com/frozeman/ mootools-filemanager) with CKEditor. It all works fine until I .htaccess password protect my CMS.
File structure looks like this example.com ->admin (is .htaccess protected, and has index.php for user interface) -->includes --->fileManager (all files for manager are in here) -> images/currentProjects/ (directory accessed by file manager) As soon as the .htaccess password protect is in place, the upload fails with an error that says "Error No response was given from the uploader, this may mean that "mod_security" is active on the server and one of the rules in mod_security has cancelled this request. If you can not disable mod_security, you may need to use the NoFlash Uploader." the server does not have "mod_security" The file manager is using Swiff.Uploader or something like that. Not sure if this is the place to post this, but I don't know where else to look. Maybe someone can recommend another file manager, though I really like this one.