Hi friends,
I’ve just installed on my VPS Debian jessie Owncloud deb packaged from https://download.owncloud.org/download/repositories/stable/owncloud/
I’ve added on absolute domain path this .htaccess entries:
Redirect 301 /.well-known/carddav /owncloud/remote.php/dav
Redirect 301 /.well-known/caldav /owncloud/remote.php/dav
I’ve uploaded calendar and address book correctly, but if I try to connect with Davdroid obtain:
Couldn’t find CalDAV or CardDAV service.
If I point my browser to https://example.com/.well-known/carddav or https://example.com/.well-known/caldav (or https://example.com/owncloud/remote.php/dav/principals/username or https:// server.example/owncloud/remote.php/dav/)
it ask me owncloud username and password but if I set Davdroid to https://example.com/ (or path above) it tell me again “Couldn’t find CalDAV or CardDAV service.”
With the 8.x Owncloud all worked fine, is it now still feasible with the new Owncloud release or could be a misconfigured web server?
many many thanks!
davide
Italy