Do I need to have a favicon on my site? How do I get rid of the errors I see in my apache log?

milesmeow picture milesmeow · Nov 24, 2010 · Viewed 15.5k times · Source

I keep seeing favicon warnings in my apache log. How do I get rid of those? Do I have to have a favicon for my site?

Answer

Piskvor left the building picture Piskvor left the building · Dec 1, 2010

/favicon.ico is one of the artifacts of the Browser Dark Ages (cca 2000). While there is no way to prevent the browser requests, creating a 0-byte file named favicon.ico ends the flow of 404 errors (as the file exists), but no favicon will be shown by the browsers for your site.