Add example htaccess file

This commit is contained in:
RainLoop Team 2013-12-29 16:45:02 +04:00
parent 3c93879802
commit 50f16ea7b7

View file

@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule /.well-known/carddav /index.php/dav [R,L]
</IfModule>