From a829e164adaadb1c3a5ade2c23a7b4062ab878e2 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 12 Oct 2018 13:54:42 +0200 Subject: [PATCH] fix: fix .htaccess file --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 22e251e..beb9927 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 /owncloud/remote.php/carddav - Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav + Redirect 301 /.well-known/carddav /cloud/remote.php/carddav + Redirect 301 /.well-known/caldav /cloud/remote.php/caldav # make sure to set the RewriteBase correctly # if you are running the site in a subfolder.