test removal of http auth

lektura
max.mehl 2017-09-09 12:13:41 +02:00
parent 3f8dc2d71c
commit 838d937de2
1 changed files with 4 additions and 4 deletions

View File

@ -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