“Enable banned users” feature prevented HTTP authentication
-
Enabling the “ban users” feature prevented HTTP basic authentication working by adding this directive in .htaccess.
<IfModule mod_authz_core.c> <RequireAll> Require all granted ... </RequireAll> </IfModule>Is there a better way to do this that enables the “ban users” feature but does not prevent HTTP authentication?
The topic ‘“Enable banned users” feature prevented HTTP authentication’ is closed to new replies.