From 3c0175fef937b89294d4d7b0f8211b3afdd9d62f Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Thu, 28 Feb 2019 19:15:58 +0100 Subject: [PATCH] feat: add nextcloud redirects --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index fa282cc..35585a7 100755 --- a/.htaccess +++ b/.htaccess @@ -17,7 +17,9 @@ 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/caldav /cloud/remote.php/caldav + Redirect 301 /ocm-provider /cloud/ocm-provider + Redirect 301 /ocs-provider /cloud/ocs-provider # block files and folders beginning with a dot, such as .git # except for the .well-known folder, which is used for Let's Encrypt and security.txt