(fix #118) handle /.well-known/carddav

This commit is contained in:
Ludovic Marcotte
2015-12-11 14:02:59 -05:00
parent 153c2c33e5
commit bf07ed5043

View File

@@ -90,5 +90,6 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
<IfModule rewrite_module>
RewriteEngine On
RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]
RewriteRule ^/.well-known/carddav/?$ /SOGo/dav [R=301]
</IfModule>