Merge pull request #687 from PhrozenByte/patch-1
Add .well-known redirects to .htaccess
This commit is contained in:
commit
cdd3b73900
1 changed files with 6 additions and 1 deletions
|
@ -14,3 +14,8 @@
|
|||
<IfModule mod_expires.c>
|
||||
ExpiresActive Off
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_alias.c>
|
||||
Redirect 308 /.well-known/caldav /dav.php
|
||||
Redirect 308 /.well-known/carddav /dav.php
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in a new issue