From: Felix Eckhofer Date: Thu, 24 Apr 2014 13:30:19 +0000 (+0200) Subject: Remove trailing tab X-Git-Tag: v7.0.0alpha2~341^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=61ca2692921770206e6b6ce523203241e7f2f6c7;p=nextcloud-server.git Remove trailing tab --- diff --git a/.htaccess b/.htaccess index 0f7d43ab1e1..714e8af213b 100644 --- a/.htaccess +++ b/.htaccess @@ -21,7 +21,7 @@ RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L] RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L] RewriteRule ^\.well-known/carddav /remote.php/carddav/ [R] -RewriteRule ^\.well-known/caldav /remote.php/caldav/ [R] +RewriteRule ^\.well-known/caldav /remote.php/caldav/ [R] RewriteRule ^apps/calendar/caldav\.php remote.php/caldav/ [QSA,L] RewriteRule ^apps/contacts/carddav\.php remote.php/carddav/ [QSA,L] RewriteRule ^apps/([^/]*)/(.*\.(php))$ index.php?app=$1&getfile=$2 [QSA,L]