I want to change my website favicon with the new icon image but I am unable to change it. It is still showing the previous one.
Previously when I added favicon with a link
tag, which was suggested from many online resources, it had worked for me. However now when I am trying to replace it with a different one, it is not changing.
I followed a StackOverflow link How do I force a favicon refresh? but still, my problem remains as it is.
That Link tag in following format:
<link rel="icon" type="image/png" href="/somewhere/myicon.png" />