Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
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