Tagged Questions
3
votes
2answers
1k views
How can I stop 404s from favicon.ico without a favicon.ico?
How can I stop requests for favicon.ico without having a favicon.ico? It wastes resources serving a 404 and fills up logs with 404s. Right now I put in a dummy favicon.ico file but I would prefer a ...