Forum Moderators: mack
GET /favicon.ico
I understand that favicons are those neat little icons that appear in Favorites, so does this just mean that someone's trying to bookmark the site?
<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">
or
<link rel=icon href='/favicon.ico'>
Check the source of this page :)
appears in the header then Gecko browsers get the icon. IE automatically requests a favicon.ico if bookmarked.
Will add this to my 'To Do List' . . . .