Wider support, and favicon.ico is what may applications will look for in the root by default when attempting to get your site's icon.Conrad11 said:Is it important for it to be in .ico format? Does it have advantages?
Augmented said:Wider support, and favicon.ico is what may applications will look for in the root by default when attempting to get your site's icon.
Yes, do link to it - that way you'll support both applications that automatically search for it, and those that look for a <link> in a page's <head>Conrad11 said:Does that mean I do not have to link it in the head of the HTML....or should I still link it?
Augmented said:Wider support, and favicon.ico is what may applications will look for in the root by default when attempting to get your site's icon.
Beansprout said:If you don't put it there you'll be surprised how clogged your logs get with 404s, mainly from IE![]()
'touch favicon.ico'arty said:Funnily enough I noticed this ages ago. It's very annoying if you don't actually want a favicon; does anyone know of a way to get round it somehow?
arty
grep favicon.ico /var/log/httpd/error_log | wc -l
24101
grep '404.shtml' /var/log/httpd/error_log | wc -l
66062
grep 'File does not exist' /var/log/httpd/error_log | wc -l
264625