How to install Favicon.ico (favicon)
- Upload the favicon.ico file to the server in the root directory (usually www or public_html)
- (optional) add the following lines in each page of your site inside the tag <head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
How to update the favicon if it remained in the browser cache and will not be updated?
- It is necessary to enter in a browser on a direct path favicon on your site (for example: http://favicon.by/favicon.ico) and reload the cache by using the keyboard shortcut CTRL+R.
- Then return to the site again and again several times to restart the cache by using the keyboard shortcut CTRL+R.