From 838d937de21742144c257f8039c93ebce3e4f73e Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Sat, 9 Sep 2017 12:13:41 +0200 Subject: [PATCH] test removal of http auth --- site/static/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/static/.htaccess b/site/static/.htaccess index d50a93f..37a9992 100644 --- a/site/static/.htaccess +++ b/site/static/.htaccess @@ -2,10 +2,10 @@ RewriteEngine On RewriteBase / # Password-protect the site until it's released -AuthType Basic -AuthName "This website will be released soon. Please follow our news on fsfe.org to stay updated." -AuthUserFile /usr/share/blog/public/.htpasswd -Require valid-user +#AuthType Basic +#AuthName "This website will be released soon. Please follow our news on fsfe.org to stay updated." +#AuthUserFile /usr/share/blog/public/.htpasswd +#Require valid-user # Redirect 404 errors to nice page ErrorDocument 404 /404.html