mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03: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…
Add table
Add a link
Reference in a new issue