Hi,

sorry just stumbled over this:

On Wed, 3 Feb 2016 15:29:54 -0400 David =?iso-8859-1?Q?Pr=E9vot?=
<taf...@debian.org> wrote:
> That’s why there are already the following rewrite in
> /etc/owncloud/htaccess (symlinked from /usr/share/owncloud/.htaccess):
> 
>   RewriteRule ^/owncloud/\.well-known/carddav /owncloud/remote.php/carddav/ 
> [R=301,L]
>   RewriteRule ^/owncloud/\.well-known/caldav /owncloud/remote.php/caldav/ 
> [R=301,L]

The .well-known/* URLs needs to be at the top level of the installation
like:

>   RewriteRule ^/\.well-known/carddav /owncloud/remote.php/carddav/
[R=301,L]
>   RewriteRule ^/\.well-known/caldav /owncloud/remote.php/caldav/ [R=301,L]

Clients are not expecting the .well-known in a subdir.

Reply via email to