diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-12-02 10:51:52 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-12-02 10:51:52 +0100 |
commit | 65b4d97a2aabbb9d1ecb68b0d0021b7af0b99659 (patch) | |
tree | 6a388d7673392dac5fd7dbfb93911e3541546c26 /.htaccess | |
parent | 6a067b1ec91ad6fcbb5ca2d9fcbe1f2786a75e07 (diff) | |
download | nextcloud-server-65b4d97a2aabbb9d1ecb68b0d0021b7af0b99659.tar.gz nextcloud-server-65b4d97a2aabbb9d1ecb68b0d0021b7af0b99659.zip |
fix indentation
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 8 |
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)$ |