]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove redirects in htaccess to improve compatibility with desktop client
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 14 May 2012 13:41:47 +0000 (15:41 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 14 May 2012 13:42:16 +0000 (15:42 +0200)
.htaccess

index 69dddc9abb6f4010d8b83094199e2029c32030ea..085cc665ded5bb9323730d8eb5e5c35b6349d0fa 100644 (file)
--- 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/
 <IfModule mod_php5.c>
 php_value upload_max_filesize 512M
 php_value post_max_size 512M