We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b381 commit 2e7ffa4Copy full SHA for 2e7ffa4
public/.htaccess
@@ -20,6 +20,10 @@ DirectoryIndex index.php
20
<IfModule mod_rewrite.c>
21
RewriteEngine On
22
23
+ # Add .well-known redirections
24
+ RewriteRule ^\.well-known/carddav /dav/ [R=301,L]
25
+ RewriteRule ^\.well-known/caldav /dav/ [R=301,L]
26
+
27
# Determine the RewriteBase automatically and set it as environment variable.
28
# If you are using Apache aliases to do mass virtual hosting or installed the
29
# project in a subdirectory, the base path will be prepended to allow proper
0 commit comments