Merge pull request #23590 from owncloud/fix-themes-for-stable9

[stable9] Fix for themes with .jpg backgrounds
This commit is contained in:
Thomas Müller 2016-04-01 11:02:42 +02:00
commit 9c800f62dd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
Options -MultiViews
RewriteRule ^core/js/oc.js$ index.php [PT,E=PATH_INFO:$1]
RewriteRule ^core/preview.png$ index.php [PT,E=PATH_INFO:$1]
RewriteCond %{REQUEST_FILENAME} !\.(css|js|svg|gif|png|html|ttf|woff|ico)$
RewriteCond %{REQUEST_FILENAME} !\.(css|js|svg|gif|png|html|ttf|woff|ico|jpg|jpeg)$
RewriteCond %{REQUEST_FILENAME} !core/img/favicon.ico$
RewriteCond %{REQUEST_FILENAME} !/remote.php
RewriteCond %{REQUEST_FILENAME} !/public.php