diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-15 16:40:15 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-15 16:40:15 +0200 |
commit | 09d7230921dfbc40c37bd26fd32fdadfb6f8057e (patch) | |
tree | 9f116fc44ae2f02f5a808c4e222b98573bac690c | |
parent | b876f8b2a7c40dc23de4849f6a9157ae8150988b (diff) | |
parent | 64cb226bfbdcae756d80cf0b1748c32e32d3438a (diff) | |
download | nextcloud-server-09d7230921dfbc40c37bd26fd32fdadfb6f8057e.tar.gz nextcloud-server-09d7230921dfbc40c37bd26fd32fdadfb6f8057e.zip |
Merge pull request #19802 from RealRancor/fix_rewrites
Remove legacy non-working rewrites in .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] |