From 075d39e61aff9ddc45bc4b6bba29f23b52b2a0a0 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Fri, 3 Feb 2017 23:47:18 +0100 Subject: [PATCH] Fix for Win Clients sometimes not connecting Fix for Win Clients sometimes not connecting --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index c5dbf194b0..525ee3a0fb 100644 --- a/.htaccess +++ b/.htaccess @@ -55,6 +55,8 @@ RewriteEngine on + RewriteCond %{HTTP_USER_AGENT} DavClnt + RewriteRule ^$ /remote.php/webdav/ [L,R=302] RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L] RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L]