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:
authorMorris Jobke <hey@morrisjobke.de>2015-12-02 12:51:52 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-12-02 12:51:52 +0300
commit65b4d97a2aabbb9d1ecb68b0d0021b7af0b99659 (patch)
tree6a388d7673392dac5fd7dbfb93911e3541546c26 /.htaccess
parent6a067b1ec91ad6fcbb5ca2d9fcbe1f2786a75e07 (diff)
fix indentation
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess8
1 files changed, 4 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index aabdafa0db4..4f2a6f35af4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -45,10 +45,10 @@
RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]
# Rewrite rules for `front_controller_active`
- Options -MultiViews
- <IfModule mod_dir.c>
- DirectorySlash off
- </IfModule>
+ 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)$