do not carry .htaccess
authorheiko
Wed, 11 May 2011 09:19:59 +0200
changeset 8 5b2cdc42bc61
parent 7 62de1ff671d7
child 9 d2c21ec59758
do not carry .htaccess
.htaccess
dot.htaccess
--- a/.htaccess	Wed Oct 20 23:20:42 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Options -Indexes
-<Files upload.pl>
-	AuthType Basic
-	AuthName upload
-	Require valid-user
-	# AuthUserFile /etc/apache2/auth/ssl.schlittermann.de/passwd
-	AuthUserFile /home/ud/anon-upload/passwd
-</Files>
--- 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>