I'm currently upgrading to Apache 2.4.
What puzzles me right now is how to create a public subdirectory using .htaccess only. The outer directory is protected by AuthType Basic
Previously, the directory contained the following .htaccess:
Satisfy Any Allow from all I'm at a loss at how to reproduce this in Apache 2.4. I tried any combination of the following, without luck:
AuthType None Require all granted AuthMerging Or