Default .htaccess rules break basic auth
-
The injected .htaccess rules includes;
# Apache >= 2.3 <IfModule mod_authz_core.c> <RequireAll> Require all Granted Require not env bad_bot </RequireAll> </IfModule>
This breaks previously configured basic http auth using
Require valid-user
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Default .htaccess rules break basic auth’ is closed to new replies.