Default .htaccess rules break basic auth
-
The follow-up from this issue: https://ww.wp.xz.cn/support/topic/default-htaccess-rules-break-basic-auth/
I also encountered this issue, and the problem was in the
Require all Grantedline, in combination with the Basic Authentication configured like:AuthType Basic AuthName Documents AuthBasicProvider file AuthUserFile "/usr/local/apache/passwd/passwords" Require valid-userRequire all Grantedgrants access to everybody uncoditionally, whileRequire valid-usergrants access to granted users only.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Default .htaccess rules break basic auth’ is closed to new replies.