diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
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 |