X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=write%2F.htaccess;h=77d59529f1f334ab1b9550cdca867ebf76095e16;hb=ab208fff56e536585bc0978898a7c3f610c73dce;hp=2d2dfbf73e8c7aa3228573136942373affd61643;hpb=62c3d9c54dec22772956bea9f2ec482c891e511e;p=busy diff --git a/write/.htaccess b/write/.htaccess index 2d2dfbf..77d5952 100644 --- a/write/.htaccess +++ b/write/.htaccess @@ -2,7 +2,13 @@ Options +ExecCGI AddHandler cgi-script .cgi DirectoryIndex index.cgi +#RewriteEngine On +#RewriteCond %{SERVER_PORT} 80 +#RewriteRule ^.*(/write/.*)$ https://%{SERVER_NAME}/$1 + + 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 +