@dysfun@social.treehouse.systems @mcc@mastodon.social according to https://httpd.apache.org/docs/current/mod/overrides.html and https://httpd.apache.org/docs/current/mod/core.html#directory:~:text=directives%20cannot%20nest you can never put a <Directory> inside a .htaccess (a .htaccess works like its contents were inside a <Directory> block targeting the directory the file is in, and those blocks don't nest) oh, also https://httpd.apache.org/docs/current/mod/core.html#files:~:text=Note%20that%20unlike
It may be possible to achieve what you want by using a Require expr "!(%{REQUEST_FILENAME} =~ /\/thesubdir\/)" https://httpd.apache.org/docs/current/mod/mod_authz_core.html#reqexpr
dakkar
@dakkar@s.thenautilus.net
Posts
-
Thing I'm trying to figure out: