]> jspc29.x-matter.uni-frankfurt.de Git - xmatterweb.git/commitdiff
added password
authorJan Michel <j.michel@gsi.de>
Thu, 13 Feb 2014 16:10:25 +0000 (17:10 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 13 Feb 2014 16:10:25 +0000 (17:10 +0100)
.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
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
+