From: Jan Michel Date: Thu, 13 Feb 2014 16:10:25 +0000 (+0100) Subject: added password X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=01a258e89210a33443919bfe6728b31e2eafcefa;p=xmatterweb.git added password --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..1cd7ce3 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +AuthType Basic +AuthName "Password Required. Use a well-known one, such as hadaq, hades, maps..." +AuthUserFile /srv/www/htdocs/.htpasswdxmatter +Require valid-user +