From f71116bffdaf6d21077e92c6cc45b1c7869cf5bb Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 12 Oct 2018 13:56:30 +0200 Subject: [PATCH] fix: fix .htaccess file again --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index beb9927..5a4e09d 100644 --- a/.htaccess +++ b/.htaccess @@ -15,8 +15,8 @@ RewriteCond %{ENV:HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] - Redirect 301 /.well-known/carddav /cloud/remote.php/carddav - Redirect 301 /.well-known/caldav /cloud/remote.php/caldav + Redirect 301 /.well-known/carddav /cloud/remote.php/dav + Redirect 301 /.well-known/caldav /cloud/remote.php/dav # make sure to set the RewriteBase correctly # if you are running the site in a subfolder.