12.07.2016, 10:44
What if you use this line of code in your <head>?
Also, don't forget to clear your browser cache, else you will see the old favicon (On Chrome you can use CTRL + SHIFT + DELETE).
EDIT: About the cache thing, cache are just files saved on your pc, so they don't have to be downloaded again each time you visit the website.
PHP код:
<link rel="shortcut icon" type="image/png" href="/images/fav.png"/>
EDIT: About the cache thing, cache are just files saved on your pc, so they don't have to be downloaded again each time you visit the website.