Add .well-known redirects to .htaccess

This commit is contained in:
Daniel Rudolf 2017-04-28 16:11:55 +02:00 committed by GitHub
parent 5dfcf7ad07
commit 0f3a733351

View file

@ -14,3 +14,8 @@
<IfModule mod_expires.c>
ExpiresActive Off
</IfModule>
<IfModule mod_alias.c>
Redirect 301 /.well-known/caldav /dav.php
Redirect 301 /.well-known/carddav /dav.php
</IfModule>