diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 11520d743dc..96ecb685d52 100644 --- a/.htaccess +++ b/.htaccess @@ -11,5 +11,7 @@ php_value memory_limit 512M <IfModule mod_rewrite.c> RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] +RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R] +RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R] </IfModule> Options -Indexes |