Search code examples
htmlfavicon

Favicon not displaying though .ico exists


My favicon won't show even though it exists and works when visiting link directly.

HTML:

<link rel="shortcut icon" href="../assets/ico/favicon.ico">

When I use view source on Chrome and click the above link, it takes me to the favicon.

Tried:

  1. I have tried clearing cache but it did not help.
  2. Opening in IE the favicon works.

Solution

  • I decided to clear cache, restart my browser, then tried my site again and it works fine. Thank you all who tried to help.