favicon.ico

  • Thread starter Thread starter Guest
  • Start date Start date
Depends upon your browser. IE 6, for example, won't show the favicon unless
you've bookmarked the page in your favorites (and then it will loose it if
you clean out your browser cache).

In your case though, the problem is the favicon.ico is not being found. If
you try to browse to it directly the server returns a 404. Make sure that
you've uploaded the file, and make sure that all the letters are in
lowercase (Apache is case sensitive and your link to the file is a lowercase
link so best to make things easy).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Interesting. Thank you for checking. Perhaps someone might be able to help
me with IE 7?

Thank you,
Brenda
 
Works for me in IE 7.

Do you have any previously saved shortcuts to the website or have you added it to your favorites "before" you
added the favicon??

If so delete all shortcuts to the site and remove it from favorites.
Then clear your temp internet and history.
Then open the web site and see if the favicon appears.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
Steve,

I did not have any saved shortcuts, nor did I have it in my favorites, but
after I cleaned out my internet temp files and reloaded the site, it's
*there*!

THANK YOU ~ I never would have thought of that.

Brenda
 
Use the following link:

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

Place the favicon in a file called favicon.ico in your web root
directory.


In IE 7, Mozilla and Netscape this this places the favicon on all
pages.

You can see this on my web page at www.richardfisher.com
 
Your favicon is working just fine in IE6, FF2

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top