I’m after getting rid of the message suggesting to only use https I’ve encountered the above mentioned error. Didn’t have that one before. I’ve searched through the forum and read the documentation but I have already made those changes that are mentioned.
I’ve set the URL to the suggested path of
RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
RewriteRule ^.well-known/caldav /remote.php/dav/ [R=301,L]
but I am still getting a warning:
- Your web server is not properly set up to resolve “/.well-known/caldav”. Further information can be found in the documentation.
- Your web server is not properly set up to resolve “/.well-known/carddav”. Further information can be found in the documentation.
I’m at version 17. My Installpath is /docker/nextcloud/ I even tried that as well, but to no avail.
Can somebody help me out here? 