Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have this in my <head>:

    <link rel="shortcut icon" type="image/x-icon" href="/essc-portal/Leaf.ico"/>
    <link rel="icon" type="image/x-icon" href="/essc-portal/Leaf.ico"/>

No other icon ref. But the browser doesn't send a request for the icon (checked in server logs and Firebug). Not even in full reload (Ctrl + F5). When I go directly to http://host.my/essc-portal/Leaf.ico, it's ok.

Any idea why?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.