My homepage is index.php and I have this in it:
<link rel="shortcut icon" href="../assets/ico/favicon.ico?v=<?php echo time() ?>" />
It is stored in /var/www/html/assets/ico/favicon.ico and is a 16x16 png file.
Despite having that and doing systemctl
restart apache2 it fails to populate in my Safari
or Chrome browsers.
What am I doing wrong?