Couldn't you do it this method to. The instructions where a little challenging to understand. I got it to work, but this also work.
- Upload the generated file ("favicon.ico") to your site. Verify it's there by typing
Code:
http://mysite.com/favicon.ico
in the browser's location, where "" is your site's address.
- Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page:
Code:
<link rel="shortcut icon" href="/favicon.ico">
- That's it! Note that your favicon may not appear immediately after you've completed the above two steps. In fact, it may take a few days, and in IE, sometimes the favicon will disappear from time to time due to a browser bug.
It showed up immediately after using the alternate method.
It doesn't matter where you put the image.