Forum Moderators: open
So if you're desperate to keep your fav icons around then find them in your cache, drag em over to a safe place, and follow the above steps.
Too much of a pain for me ;-)
I'me almost sure it's the way you code it in the pages;
since i have some icons in my fav's that are persistent, no matter howlong ago i visited the site (when searching the code there's no ".ico")?
i'me using;
<LINK REL="Shortcut Icon" HREF="http://www.mysite.nl/img/my-site.ico">
sometimes just;
<LINK REL="Shortcut Icon" HREF="img/my-site.ico">
I think there's another way to attach the icon (htaccess?)?
but couldn't find it here, or on the web?
That most likely: the link-rel code is the only code to attach icon's to your page.
But also that from IE5, this code is no longer needed, since IE5 searches for a favicon in the root of your website. ( you could even reduce (minimal.) the data-transfer, by placing a favicon, so IE5 has a icon to find)
placing icons in your sub-dir's, some say it helps, some say it doesn't?, i guess using the link-rel code and placing icons in every dir you "need" is still the best way to go. (?)
GreetingZ