Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
330 views
in Technique[技术] by (71.8m points)

html - Favicon not showing up

I placed my favicon here:

http://www.vittoriosastarsnursery.com/favicon.ico

But for some reason it doesn't want to show in Firefox. It did work in IE, but I'm more concerned about getting it working in Firefox.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Suddenly I found answer here

You should add "?" to your favicon path and it works! Even with path such as images/favicon.ico. Just try:

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

Other browsers works too.

Remember to restart mozilla, because of it's own cache, that is not connected with css and other caching.

updated:

Another way is set redirect from favicon.ico to /images/favicon.ico (301 works)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...