• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Favicon

Hello,
I am not able to reproduce this issue, icon loads properly (screenshot is in attachment).
Try to clear browser cache and check after that.
capture.PNG
 
You need to clear your browsing data and restart your browser https://support.google.com/chrome/answer/2392709?hl=en&visit_id=1-636177275723209505-1525482151&rd=1. You should try this on other browsers.

You also have to check for HTML in the head section.

If you are using a .ico file, then you need to use below.

HTML:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

When you are using PNG/GIF favicon, then use different as below.

HTML:
<link rel="icon" type="image/gif" href="favicon.gif" />
<link rel="icon" type="image/png" href="favicon.png" />

For more reasons, you can refer - http://stackoverflow.com/questions/16375592/favicon-not-showing-up-in-google-chrome
 
Back
Top