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.
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">