Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbi <knox@users.noreply.github.com>2015-12-30 12:34:42 +0300
committermbi <knox@users.noreply.github.com>2015-12-30 12:34:42 +0300
commit63974992f9a0244df0bbff891956deec7d35904b (patch)
treea4152551e4a4366957e06572cf04e4e0e941f38f /.htaccess
parent1aff941be6ea3c09e86e234b7e2dc77fe4aa3696 (diff)
parent45c41e2b2cefa97c9d8c3bc73cfc088839640d1d (diff)
Merge branch 'master' into master
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
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)$