Merge branch 'remove-auth' of max.mehl/pmpc-website into master
commit
7c6a3ca4f1
|
@ -1,14 +1,5 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /
|
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
|
|
||||||
|
|
||||||
# Redirect 404 errors to nice page
|
# Redirect 404 errors to nice page
|
||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
# Nicer URL for share buttons
|
|
||||||
RewriteRule ^share/?$ /cgi/share.php [NC,L]
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pmpc:$apr1$e.WcM84k$NYeWE2apCKXWz4Og1QOwC/
|
|
Loading…
Reference in New Issue