error log shows:
[ACL] Access to context [/path/to/folder/] is denied!
In that folder, we serve html files via ajax and have an htaccess file there with the following contents:
RewriteEngine off
<Files "*">
Satisfy Any
</Files>
IN the parent folder, there is an .htaccess file with
Deny from all
in it.... which we need.