I'm not worried about all the devices, just modern browsers - Chrome, FF, Safari, IE.
I read
and the two ways I see for just browsers are:
<link rel='shortcut icon' type='image/x-icon' href='_images/favicon.ico'/>
<link rel="shortcut icon" href="_imagers/favicon.ico">
Previously I had been using JavaScript to dynamically load my favicon but Chrome will hit my server for the default location producing an error ...
And I don't want it doing this ...
so I'm going to do it the standard HTML way.