• Resolved mladenb

    (@mladenb)


    The follow-up from this issue: https://www.ads-software.com/support/topic/default-htaccess-rules-break-basic-auth/

    I also encountered this issue, and the problem was in the Require all Granted line, in combination with the Basic Authentication configured like:

    AuthType Basic
    AuthName Documents
    AuthBasicProvider file
    AuthUserFile "/usr/local/apache/passwd/passwords"
    Require valid-user

    Require all Granted grants access to everybody uncoditionally, while Require valid-user grants access to granted users only.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, did you test the Custom Rules as suggested in the support thread URL you shared above?

    Regards

    • This reply was modified 6 years, 9 months ago by mbrsolution.
Viewing 1 replies (of 1 total)
  • The topic ‘Default .htaccess rules break basic auth’ is closed to new replies.