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:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-01 12:02:42 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-01 12:02:42 +0300
commit9c800f62ddac5e7e707f786758c75ecb85311431 (patch)
tree19d050cf9177e9363f0d487549d006a391fc3eb2
parent059df32542c7dcb36e88ff0d90055823190b093b (diff)
parentc066882309346468092e0b8202852a763354bd94 (diff)
Merge pull request #23590 from owncloud/fix-themes-for-stable9
[stable9] Fix for themes with .jpg backgrounds
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 3c5affd8233..df074f7f806 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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