All my php pages sit in the one folder (public_html) on my hosted production linux server. Inside that folder I have an images folder with my icon in it. All pages aside from index.php show the favicon. They all have this tag in their head:
<link rel="icon" type="image/png" href="./images/t2.png">
Any idea why it won't show on index.php in google Chrome?
edit: The solution in the "possible duplicate" doesn't fix my problem.