]> git.plutz.net Git - busy/blobdiff - write/.htaccess
fixed typo
[busy] / write / .htaccess
index 02be1832235e1cda3fc86850b6bf0f0e53c8ad31..77d59529f1f334ab1b9550cdca867ebf76095e16 100644 (file)
@@ -2,11 +2,13 @@ Options +ExecCGI
 AddHandler cgi-script .cgi
 DirectoryIndex index.cgi
 
-RewriteEngine On
-RewriteCond   %{SERVER_PORT}  80
-RewriteRule   ^.*(/write/.*)$     https://%{SERVER_NAME}/$1
+#RewriteEngine On
+#RewriteCond   %{SERVER_PORT}  80
+#RewriteRule   ^.*(/write/.*)$     https://%{SERVER_NAME}/$1
 
+<FilesMatch "^user_">
 AuthType Basic
-AuthName "Kinoserver Login"
-AuthUserFile /sites/kinob.plutz.net/http/.htpasswd
+AuthName "Busy Login"
+AuthUserFile /sites/busy.plutz.net/http/auth/htpasswd
 Require valid-user
+</FilesMatch>