changeset 8 | 5b2cdc42bc61 |
parent 2 | 0bd7075603d9 |
child 11 | 189e63c5b36f |
--- a/dot.htaccess Wed Oct 20 23:20:42 2010 +0200 +++ b/dot.htaccess Wed May 11 09:19:59 2011 +0200 @@ -1,1 +1,7 @@ -.htaccess \ No newline at end of file +Options -Indexes +<Files upload.pl> + AuthType Basic + AuthName upload + Require valid-user + AuthUserFile <place your htpasswd file path here> +</Files>