Created
April 9, 2018 00:39
-
-
Save jez500/a86ee7c5a95c402e1d2b164c2c492879 to your computer and use it in GitHub Desktop.
Remove basic auth (httpauth) with htaccess
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
# Disable httpauth set previously (at a higher, less specific level) | |
Satisfy Any | |
Order Allow,Deny | |
Allow from all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment