• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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