From 0f10af77140704a969073e0718c2eb3ba1f99ead Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 2 Apr 2015 13:58:20 +0200 Subject: learning --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..76a4aff --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +AuthName "Postedit Login" +AuthType Basic +AuthUserFile /workspace/post_editing/conf/.htpasswd +require valid-user -- cgit v1.2.3