Merge branch 'test-passremoval' of max.mehl/pmpc-website into master
commit
84151c6e82
|
@ -2,10 +2,10 @@ RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
|
|
||||||
# Password-protect the site until it's released
|
# Password-protect the site until it's released
|
||||||
AuthType Basic
|
#AuthType Basic
|
||||||
AuthName "This website will be released soon. Please follow our news on fsfe.org to stay updated."
|
#AuthName "This website will be released soon. Please follow our news on fsfe.org to stay updated."
|
||||||
AuthUserFile /usr/share/blog/public/.htpasswd
|
#AuthUserFile /usr/share/blog/public/.htpasswd
|
||||||
Require valid-user
|
#Require valid-user
|
||||||
|
|
||||||
# Redirect 404 errors to nice page
|
# Redirect 404 errors to nice page
|
||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
Loading…
Reference in New Issue