Forum Moderators: DixonJones
I keep finding plenty of hits on my 404 page. I was researching everything on the site and cannot find any broken links. The log keeps on bringing up for example:
xx.xx.xx.xx - - [22/Jun/2005:05:41:24 -0400] "GET /favicon.ico HTTP/1.0" 302 291 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
xx.xx.xx.xx - - [22/Jun/2005:05:41:25 -0400] "GET /404.html HTTP/1.0" 200 4135 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
What is the deal with the favicon.ico?
Does anyone has an idea how I can deal with that? Are there errors on my website?
Thank you!
Benni
It turns out that what the favicon.ico is about is the little bitty icon (about 16x16 pixels) that IE will put next to one of your pages when somebody bookmarks it.
I just did a google on the favicon.ico and found a site that would let you create one very easily. All you have to do is create one and upload it and the errors will stop.
At 16x16 resolution, you don't need to be artistic -- it can't be read well at all. Virtually anything will do.
Good luck to you.
Akat
Many or most search browsers look for that automatically, presuming its there.
If it isn't, instant error. Some browsers may look for a 404-error page also.
Any 'missing file' including favicon generates a 404 error. -Larry
An important thing to note is that you can't just save the file with the extension ".ico" as that still won't work--it must be a Windows icon (ICO) file. You can download a free plug-in for Photoshop to add the Windows icon file type.
More info: [en.wikipedia.org...]