Password protected directory with htaccess
-
Unable to do sync when website is protected with htpasswd/htaccess
Solution is to Whitelist IP address:
AuthUserFile /your/root/.htpasswd AuthType Basic AuthName "Auth" Require valid-user # Apache 2.4 tested # Your local public IP # or Your server stage IP Require ip 123.123.123.123
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Password protected directory with htaccess’ is closed to new replies.