<link rel="icon" href="/favicon.ico">

Thanks for your Help…

This works on web But doesn't work locally . [https://vmars.us/index.html](https://vmars.us/index.html) Yet , this works locally & on web: [https://www.vmars.us/Favicon.ico](https://www.vmars.us/Favicon.ico) [file:///C:/Users/vmars/vmars.us/Favicon.ico](file:///C:/Users/vmars/vmars.us/Favicon.ico)

How come ?

Try changing the way you specify it as follows:

<link rel="icon" href="/path/to/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/path/to/favicon.ico" type="image/x-icon" /> 

Hmm…
[<link rel="icon" href="https://www.vmars.us/favicon.ico" type="image/x-icon" />](<link rel="icon" href="https://www.vmars.us/favicon.ico" type="image/x-icon" />)
Doesn’t work for local or web .

<link rel="icon" href="http://www.vmars.us/favicon.ico" type="image/x-icon" />

Works locally but not on web .
https://www.vmars.us/favicon.ico
proves it is there .

It loads for me :slight_smile:

Yep , stranger than fiction…

1 Like

I wonder if browser caching played a role for both of us! :grinning: