From 8fc2bb92a3007302910e80e160f241d451c2871b Mon Sep 17 00:00:00 2001 From: Busch Date: Mon, 29 Jul 2013 23:17:23 +0200 Subject: [PATCH] added rewrite rules for apache2 hosts Former-commit-id: ec25cbe5322cea005812c270b4d6688dc994dd63 --- Specific/virtualhosts/baikal.apache2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Specific/virtualhosts/baikal.apache2 b/Specific/virtualhosts/baikal.apache2 index bf49fa7..3aa173a 100755 --- a/Specific/virtualhosts/baikal.apache2 +++ b/Specific/virtualhosts/baikal.apache2 @@ -2,6 +2,10 @@ DocumentRoot /var/www/dav.mydomain.com/html ServerName dav.mydomain.com + + RewriteEngine On + RewriteRule /.well-known/carddav /card.php [R,L] + RewriteRule /.well-known/caldav /cal.php [R,L] Options None