From 0f3a73335112040c0289488ac03bbdd6b078c806 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 28 Apr 2017 16:11:55 +0200 Subject: [PATCH] Add .well-known redirects to .htaccess --- html/.htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/html/.htaccess b/html/.htaccess index 607a52f..08a8246 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -13,4 +13,9 @@ ExpiresActive Off - \ No newline at end of file + + + + Redirect 301 /.well-known/caldav /dav.php + Redirect 301 /.well-known/carddav /dav.php +