Etron770

내 정보

개발자 정보
이름 Etron770
가입한 날짜 10월 31, 2018
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

TbSync

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) 버전에 대한 것입니다.