https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to Julian Maurice from comment #11)
There is still a reference to this favicon.ico in koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
So I'm actually finding something pretty weird here. I've applied the patch and this is what I see in my browser's network tab: favicon.ico 302 x-perl Other 257 B 1.39 s 648889 Looking at my Apache virtual host config... I see with a git install that "../git/koha-tmpl" is the document root, so I suppose ./koha-tmpl/favicon.ico would show in a git install. (Although in a Debian install the document roots should be "/usr/share/koha/intranet/htdocs" and "/usr/share/koha/opac/htdocs".) In any case... the ./koha-tmpl/favicon.ico is gone and I see nothing in the Apache config that should be causing a redirect. I see the favicon in my browser and it seems to be downloading it and not retrieving it from a browser cache... -- You are receiving this mail because: You are watching all bug changes.