From 2f538666683ff4bb8bca081ce10ea0ce9209f41e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 6 Jan 2016 13:34:40 +0100 Subject: [PATCH] Allow ico files to be served statically --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index f656d6de44..740329e15a 100644 --- a/.htaccess +++ b/.htaccess @@ -51,7 +51,7 @@ Options -MultiViews 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} !\.(css|js|svg|gif|png|html|ttf|woff|ico)$ RewriteCond %{REQUEST_FILENAME} !core/img/favicon.ico$ RewriteCond %{REQUEST_FILENAME} !/remote.php RewriteCond %{REQUEST_FILENAME} !/public.php