[Pkg-owncloud-maintainers] Bug#811601: owncloud: Consider adding	redirects for well-known CardDAV and CalDAV URI
    Chris 
    fisch.666 at gmx.de
       
    Fri Feb 26 05:38:01 UTC 2016
    
    
  
Hi,
sorry just stumbled over this:
On Wed, 3 Feb 2016 15:29:54 -0400 David =?iso-8859-1?Q?Pr=E9vot?=
<taffit at 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.
    
    
More information about the Pkg-owncloud-maintainers
mailing list