Browser doesn't show favicon.ico, but it exists

124bit picture 124bit · Oct 1, 2013 · Viewed 39.2k times · Source

My site is http://belhimplast.by/en/ I made a favicon for it. In the head I have:

 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

I can see the favicon.ico using the URL http://belhimplast.by/favicon.ico

But any browser doesn't show it. Help, please.

Answer

Po Rith picture Po Rith · Feb 28, 2017

Browser will load from cached data. Try updating your call to force an update via. new file-name.

<link rel="shortcut icon" href="/favicon.ico?v=2" type="image/x-icon">