diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-02-27 20:23:04 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-02-27 20:23:04 (GMT) |
commit | bb251d58147a4486b4824facac265e346303e043 (patch) | |
tree | 76011f87db23d1ee34085ac70cee53157675005c /public_html/.htaccess | |
parent | f780011a58d463a2980bf1b5de5d8161c213fdf2 (diff) | |
download | iRony-bb251d58147a4486b4824facac265e346303e043.tar.gz |
Enable ACL and service detection to work with Apple iCal
Diffstat (limited to 'public_html/.htaccess')
-rw-r--r-- | public_html/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public_html/.htaccess b/public_html/.htaccess index f2eca1a..c63d795 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,5 +1,9 @@ RewriteEngine On +RewriteBase / +RewriteRule ^\.well-known/caldav / [R,L] +RewriteRule ^\.well-known/carddav / [R,L] + RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php [qsappend,last] |