Рейтинг 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).