From 50f16ea7b7085b2ca75c55f71c93988db200476c Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Sun, 29 Dec 2013 16:45:02 +0400 Subject: [PATCH] Add example htaccess file --- build/configs/apache2/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/configs/apache2/.htaccess diff --git a/build/configs/apache2/.htaccess b/build/configs/apache2/.htaccess new file mode 100644 index 000000000..1d598e27b --- /dev/null +++ b/build/configs/apache2/.htaccess @@ -0,0 +1,5 @@ + + RewriteEngine On + RewriteRule /.well-known/carddav /index.php/dav [R,L] + +