Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

favicon won't show up in chrome but show up in other browsers like IE, Firefox

I have the html:

<link rel="shortcut icon" href="/images/favicon_muse_me.ico">

on my website Muse Me (http://www.musememobile.com) The favicon won't show up if I open it with Chrome. It shows up in other Browsers.

The favicon showed up before in Chrome but then I changed it.

What should I do to make it show up in Chrome?

like image 766
Yujun Wu Avatar asked Oct 05 '12 22:10

Yujun Wu


1 Answers

Add the ICO file to the root directory as 'favicon.ico'.

like image 155
Kevin Boucher Avatar answered Sep 22 '22 08:09

Kevin Boucher