I have encountered an issue with htaccess on PHP 8.1 - after changing the version from 7.4 I have an Error 500 and this is the log entry:
<RequireAll> directive contains no authorization directives
Any chance you could tell me which setting is creating those lines of HTACCESS code, or what I would have to add to get this to work in PHP 8.1?
<IfModule mod_authz_core.c>
<RequireAll>
</RequireAll>
</IfModule>
They seem to cause it, and if I can't get it to work, at least I would like to change the settings accordingly via the htaccess maker.
--- byteKultur.net