From 64cb226bfbdcae756d80cf0b1748c32e32d3438a Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 15 Oct 2015 10:59:12 +0200 Subject: [PATCH] Remove legacy non-working rewrites in .htaccess --- .htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/.htaccess b/.htaccess index 75c3362d77..918fcbd18e 100644 --- a/.htaccess +++ b/.htaccess @@ -40,8 +40,6 @@ RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L] RewriteRule ^\.well-known/carddav /remote.php/carddav/ [R=301,L] RewriteRule ^\.well-known/caldav /remote.php/caldav/ [R=301,L] - RewriteRule ^apps/calendar/caldav\.php remote.php/caldav/ [QSA,L] - RewriteRule ^apps/contacts/carddav\.php remote.php/carddav/ [QSA,L] RewriteRule ^remote/(.*) remote.php [QSA,L] RewriteRule ^(build|tests|config|lib|3rdparty|templates)/.* - [R=404,L] RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]