Favicon.ico doesn't show in IE 6

Hello All,

I put favicon.ico under “public” folder. Also, I put a copy into
“public/images”. And I put these 2 lines in my layout file:

<link rel="icon" href="images/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/ico" 

/>

It works fine in firefox1.5, but favicon.ico does not show in IE 6. It
really a fussy problem and I’m confused :frowning:

Thanks very much in advance,

From Walls