[rfk-dev] rfk favicon
Neale Pickett
neale@debian.org
20 Feb 2002 20:10:54 -0800
"Peter A. Peterson II" <pedro@tastytronic.net> writes:
> Just rename it! It's great! favicon.png becomes favicon.ico
You're serving up a PNG file with a content-type of text/plain and a
.ico extension. So you're basically relying on magic in the browser.
You should at least fix the content-type, but IE is notorious for
ignoring content-type altogether and looking at the extension (or file
magic). Does your little trick work with IE? I don't have a winderz
box nearby to try it out.