403 showing wherever an iframe is located

mkaaaay

Well-Known Member
#1
We're seeing some 403 errors, and all are where a html page within an iframe is being loaded.

Permissions and ownership are consistent with the rest of the site.
 

mkaaaay

Well-Known Member
#2
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.
 
Last edited:

mkaaaay

Well-Known Member
#3
so, it seems it has to do with that htacess. This works fine under apache however.

To fix it, i just moved the subfolder to a new location, but this is hardly ideal

What's the real fix here please?
 
Top