Merge pull request #687 from PhrozenByte/patch-1

Add .well-known redirects to .htaccess
This commit is contained in:
H. Lehmann 2019-04-24 18:48:18 +02:00 committed by GitHub
commit cdd3b73900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,9 @@
<IfModule mod_expires.c> <IfModule mod_expires.c>
ExpiresActive Off ExpiresActive Off
</IfModule> </IfModule>
<IfModule mod_alias.c>
Redirect 308 /.well-known/caldav /dav.php
Redirect 308 /.well-known/carddav /dav.php
</IfModule>