Hi,
due to some reason the apache in the nextcloud docker returns “404 Not Found” when I try to reach the URL /nextcloud/.well-known/caldav
. I checked the.htaccess
that has been delivered in /var/www/html
and it looks normal as it contains the specific entries
RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
The apache log in the docker container gives the error 405
"PROPFIND /.well-known/caldav HTTP/1.1" 405 588 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0"
What might be the problem?
Thx!
Andy