Re: Favicon.ico

2007-09-17 Thread Martin Kraemer
On Wed, Sep 12, 2007 at 02:07:55AM -0400, Jack Gostl wrote:
 
 First thing I tired. The icon shows up. 

If the icon type is NOT Microsoft's Resource Image type, perhaps a
  link href=images/favicon.ico rel=shortcut icon type=image/png /
in the HTML head helps to help the browser identify the real
content type (here: image/png). Also, it tells the browser not only
to try and guess whether /favicon.ico is there, but tells it to
actually load it, possibly even from a different URL.

   Martin
-- 
[EMAIL PROTECTED]| Fujitsu Siemens
http://www.fujitsu-siemens.com/imprint.html | 81730  Munich,  Germany


Re: Favicon.ico

2007-09-12 Thread Jack Gostl

What happens if you go to another box and do a

curl -I http://www.yoursite.com/favicon.ico

and/or

curl -i http://www.yoursite.com/favicon.ico

[Try this on google or yahoo if you want to see what should happen.]


First thing I tired. The icon shows up. 



RE: Favicon.ico

2007-09-11 Thread Allen Pulsifer
What happens if you go to another box and do a

curl -I http://www.yoursite.com/favicon.ico

and/or

curl -i http://www.yoursite.com/favicon.ico

[Try this on google or yahoo if you want to see what should happen.]