Nextcloud version: 14.0.4
Operating system: Linux 3.10.0-962.3.2.lve1.5.24.4.el7.x86_64 #1 SMP Thu Nov 15 03:49:47 EST 2018 x86_64 x86_64 x86_64 GNU/Linux
Apache (do not know version my provider is using)
PHP 7.1
I got warnings at admin panel
Your web server is not set up correctly to resolve "/.well-known/caldav".
Your web server is not set up correctly to resolve "/.well-known/carddav".
but my .htaccess is filled like described in Nextcloud-documentation.
https://docs.nextcloud.com/server/14/admin_manual/installation/source_installation.html#apache-web-server-configuration
RewriteRule ^.well-known/host-meta /nextcloud/public.php?service=host-meta [QSA,L]
RewriteRule ^.well-known/host-meta.json /nextcloud/public.php?service=host-meta-json [QSA,L]
RewriteRule ^.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
RewriteRule ^.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
RewriteRule ^.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
this file is really used, another modification of mine (Strict-Transport-Security) was recognized immediatly.
I had problems with DAV5x after this migration. Android App can not sync anymore
any help, hints and tips are welcome
snowy