mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
5 lines
111 B
ApacheConf
5 lines
111 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
|
</IfModule>
|
|
|