Search code examples
htmlfavicon

HTML - favicon not working when using domain but does when going straight to server


I have added a favicon icon to my site. I have this in my header:

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

When connecting to my website using the ip x.x.x.x.x/index.html it shows up fine, but when going through my domain name it does not show.

Can anyone help?


Solution

  • Maybe it's a cache issue. Try refreshing your browser with

    control+F5