From: Georg Ehrke Date: Mon, 14 May 2012 13:41:47 +0000 (+0200) Subject: remove redirects in htaccess to improve compatibility with desktop client X-Git-Tag: v4.0.0RC2~66 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f86fd5193b15e8fcdf0ba3bde56db1d64e91c39;p=nextcloud-server.git remove redirects in htaccess to improve compatibility with desktop client --- diff --git a/.htaccess b/.htaccess index 69dddc9abb6..085cc665ded 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,5 @@ ErrorDocument 403 /core/templates/403.php ErrorDocument 404 /core/templates/404.php -Redirect 301 /apps/calendar/caldav.php /remote.php/caldav/ -Redirect 301 /apps/contacts/carddav.php /remote.php/carddav/ -Redirect 301 /apps/files/webdav.php /remote.php/webdav/ -Redirect 301 /files/webdav.php /remote.php/webdav/ php_value upload_max_filesize 512M php_value post_max_size 512M