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.