diff --git a/CMS/nextcloud/Apache-unconfigured b/CMS/nextcloud/Apache-unconfigured index a5c2b30..53f1d02 100644 --- a/CMS/nextcloud/Apache-unconfigured +++ b/CMS/nextcloud/Apache-unconfigured @@ -6,6 +6,8 @@ ErrorLog ${APACHE_LOG_DIR}/SITEname_error.log DirectoryIndex index.php index.html index.htm DocumentRoot /var/www/DOMAINname/html +Redirect 301 /.well-known/carddav /remote.php/dav +Redirect 301 /.well-known/caldav /remote.php/dav Require all granted