From 37efc1d1e1110ea36289312d0cb067b130a3689e Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 7 Dec 2015 17:15:04 +0100 Subject: [PATCH] Allow .ico files Makes `/core/img/favicon.ico` accessible again via web. --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 7e8fd90229..230f6ae330 100644 --- a/.htaccess +++ b/.htaccess @@ -56,6 +56,7 @@ 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)$ + RewriteCond %{REQUEST_FILENAME} !core/img/favicon.ico$ RewriteCond %{REQUEST_FILENAME} !/remote.php RewriteCond %{REQUEST_FILENAME} !/public.php RewriteCond %{REQUEST_FILENAME} !/cron.php