Use 308 redirects for .well-known redirects
This commit is contained in:
parent
0f3a733351
commit
bd5325dca4
1 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_alias.c>
|
<IfModule mod_alias.c>
|
||||||
Redirect 301 /.well-known/caldav /dav.php
|
Redirect 308 /.well-known/caldav /dav.php
|
||||||
Redirect 301 /.well-known/carddav /dav.php
|
Redirect 308 /.well-known/carddav /dav.php
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Add table
Reference in a new issue