Forum Moderators: DixonJones
I used to use favicon.ico requests in my log to determine how many people were putting my site in their favorites. However, I've noticed that Netscape 7 seems to have a bug where the same user is requesting favicon.ico on every page?! This makes this statistic almost completely invalid. Has anyone else seen this, and any ideas on what to do?
I suppose I could do distinct IPs for favicon.ico, but that is more work. :(
Thx
I've noticed that Netscape 7 seems to have a bug where the same user is requesting favicon.ico on every page?!
I'm not sure if that's a bug or an improvement! :) I can't check as I haven't got NN7 available at the moment.
But as I understand it, favicons should not only show up in bookmarks, but should show in the browser address bar which means they are required for every page. So maybe NN7 is doing the correct thing.
However this is flaky in most browsers. Mine seems to work for a while (browsers and bookmarks), and then the favicon disappears. To get around this I have a link on all pages to my favicon, although I'm not sure it helps. <link rel="shortcut icon" href="..blah..blah/favicon.ico" />
try this: [bugzilla.mozilla.org...]
or [bugzilla.mozilla.org...] and enter favicon in the summary field