Forum Moderators: open
<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">
This then shows the icon in the address bar..great, now move up a dir, so /folder.
If i use:
<LINK REL="SHORTCUT ICON" HREF="../favicon.ico"> nothing shows, any ideas?
If you want to "hide" it from icon scrapers then put it into a lower directory (eg /images/favicon.ico) but note that Firefox always looks in the site root first and some toolbars never look anywhere else than the root, which throws a 404 error and makes the logs look bad. :(