Another favicon not working in IE...

Posted by morktron on Stack Overflow See other posts from Stack Overflow or by morktron
Published on 2009-05-05T07:09:27Z Indexed on 2010/03/26 0:13 UTC
Read the original article Hit count: 853

Filed under:
|

Hi, I've read through and tried all the favicon fixes already posted. Including:

  1. Refreshing the cache
  2. Using a different favicon that works on other websites
  3. Using a favicon generating website
  4. Using a Photoshop favicon plugin
  5. Using an absolute path
  6. Using a relative path

It works fine in all the other browsers. I'm using IE8 in Vista via Parallels on a Mac.

It's on a Moodle website and I have not altered the default Moodle code for the favicon:

<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />

The site is here: http://www.olvarwood.com.au/olvarwoodonline/

Favicon path is here: http://www.olvarwood.com.au/olvarwoodonline/theme/olvar-wood/favicon.ico

Any ideas?

© Stack Overflow or respective owner

Related posts about favicon

Related posts about internet-explorer