評分: 5 / 5 顆星

Excellent service - works as expected

Owncloud Linux installation: Wrong standard redirect in .htacces

Quick help from maintainer:
RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
changed to
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R=301,L]
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R=301,L]

every thing is working after changing this

此意見為舊版本 (0.7.16) 的附加元件。