Answers for "how specify authentication not required for for folder in htaccess folder stackoverflow"

0

how specify authentication not required for for folder in htaccess folder stackoverflow

AuthType Basic
AuthName "NO PUBLIC ACCESS"
AuthUserFile /xxx/.htpasswd

SetEnvIf REQUEST_URI "(path/to/directory/)$" ALLOW

<RequireAny>
  Require env ALLOW
  Require valid-user
</RequireAny>
Posted by: Guest on July-03-2020

Code answers related to "how specify authentication not required for for folder in htaccess folder stackoverflow"

Browse Popular Code Answers by Language