Created
September 23, 2016 08:45
-
-
Save reficedev/3d4070ee59f51383e70588966b39956d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetEnvIf REQUEST_URI "/url_autorisee$" noauth=1 | |
AuthType Basic | |
AuthName "Authorization Required" | |
AuthUserFile /xxx/xxx/xxxx/xxxxxx/xxxx/.htpasswd | |
Order deny,allow | |
Satisfy any | |
Deny from all | |
Allow from env=noauth | |
Allow from env=REDIRECT_noauth | |
Require valid-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment