diff options
author | RealRancor <Fisch.666@gmx.de> | 2015-10-15 10:59:12 +0200 |
---|---|---|
committer | RealRancor <Fisch.666@gmx.de> | 2015-10-15 14:22:43 +0200 |
commit | 64cb226bfbdcae756d80cf0b1748c32e32d3438a (patch) | |
tree | 9f116fc44ae2f02f5a808c4e222b98573bac690c /.htaccess | |
parent | b876f8b2a7c40dc23de4849f6a9157ae8150988b (diff) | |
download | nextcloud-server-64cb226bfbdcae756d80cf0b1748c32e32d3438a.tar.gz nextcloud-server-64cb226bfbdcae756d80cf0b1748c32e32d3438a.zip |
Remove legacy non-working rewrites in .htaccess
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 75c3362d776..918fcbd18e8 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] |