diff options
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)$ |