Search code examples
htmlwordpressfavicon

Favicon is not showing in Internet Explorer


Favicon is not showing on Internet Explorer

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

I tried lots to showing Favicon on IE but failed can anyone know solution on that


Solution

  • I had the same problem in IE. In my case it was because the favicon.ico actually had a image/png content-type and not image/x-icon. Even when I created it with icon editors.

    After converting a regular png file with http://www.convertico.com/ it worked.

    Keep in mind though that IE caches this very strict. You might need to restart your browser and/or clear cache to see it.