I have a favicon on my page, and when i go to the link for the favicon: mypage/favicon.ico It starts download, instead of just showing it as an online image (as every other site).
I've searched everywhere for a solution, but got no answer.
I want it to show, and not to be downloaded, what can be the problem?
<head>
<link rel="shortcut icon" href="/favicon.ico">
</head>
- Its an .ico file at 32x32.
Thanks - Chris