mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-24 07:38:12 +08:00
Add example htaccess file
This commit is contained in:
parent
3c93879802
commit
50f16ea7b7
1 changed files with 5 additions and 0 deletions
5
build/configs/apache2/.htaccess
Normal file
5
build/configs/apache2/.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
||||
</IfModule>
|
||||
|
Loading…
Reference in a new issue