diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-14 15:41:47 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-14 15:42:16 +0200 |
commit | 3f86fd5193b15e8fcdf0ba3bde56db1d64e91c39 (patch) | |
tree | c6e4934725b95021ef972d068bd3a2ea5f8c405e /.htaccess | |
parent | 9c8eb104b6595b47bc0304f11645fca2b7290f0d (diff) | |
download | nextcloud-server-3f86fd5193b15e8fcdf0ba3bde56db1d64e91c39.tar.gz nextcloud-server-3f86fd5193b15e8fcdf0ba3bde56db1d64e91c39.zip |
remove redirects in htaccess to improve compatibility with desktop client
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 0 insertions, 4 deletions
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/ <IfModule mod_php5.c> php_value upload_max_filesize 512M php_value post_max_size 512M |