Allow .ico files

Makes `/core/img/favicon.ico` accessible again via web.
remotes/origin/fix_emit_scanFiles
Lukas Reschke 9 years ago
parent 939ba745ee
commit 37efc1d1e1

@ -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

Loading…
Cancel
Save