Fix for Win Clients sometimes not connecting
Fix for Win Clients sometimes not connecting
This commit is contained in:
parent
49bce91404
commit
075d39e61a
|
@ -55,6 +55,8 @@
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
RewriteCond %{HTTP_USER_AGENT} DavClnt
|
||||||
|
RewriteRule ^$ /remote.php/webdav/ [L,R=302]
|
||||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||||
RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L]
|
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]
|
RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L]
|
||||||
|
|
Loading…
Reference in New Issue