diff options
author | mbi <knox@users.noreply.github.com> | 2015-12-30 10:34:42 +0100 |
---|---|---|
committer | mbi <knox@users.noreply.github.com> | 2015-12-30 10:34:42 +0100 |
commit | 63974992f9a0244df0bbff891956deec7d35904b (patch) | |
tree | a4152551e4a4366957e06572cf04e4e0e941f38f /.htaccess | |
parent | 1aff941be6ea3c09e86e234b7e2dc77fe4aa3696 (diff) | |
parent | 45c41e2b2cefa97c9d8c3bc73cfc088839640d1d (diff) | |
download | nextcloud-server-63974992f9a0244df0bbff891956deec7d35904b.tar.gz nextcloud-server-63974992f9a0244df0bbff891956deec7d35904b.zip |
Merge branch 'master' into master
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess index 5b0ec05825c..c841f67861e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,3 @@ -# Version: 9.0.0 <IfModule mod_headers.c> <IfModule mod_fcgid.c> <IfModule mod_setenvif.c> @@ -51,9 +50,6 @@ # Rewrite rules for `front_controller_active` Options -MultiViews - <IfModule mod_dir.c> - DirectorySlash off - </IfModule> RewriteRule ^core/js/oc.js$ index.php/core/js/oc.js [PT,E=PATH_INFO:$1] RewriteRule ^core/preview.png$ index.php/core/preview.png [PT,E=PATH_INFO:$1] RewriteCond %{REQUEST_FILENAME} !\.(css|js|svg|gif|png|html|ttf|woff)$ |