My favicons are not showing up across browsers after I uploaded my website files onto the server. I have tried the following solutions on stackoverlow and nothing worked:
- cleared cache on browsers
- renamed the href
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" />
to something else, "favicon.ico", "favicon.ico?"
Does anyone have any suggestions?
Thanks..