Change Favicon
  • 15 Jun 2021
  • 2 Minutes to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Change Favicon

  • Dark
    Light

Article summary

Overview

The favicon is the icon that appears next to Decisions related browser tabs, next to the title of the tab itself. The favicon is set to the Decisions 'D' logo by default. 

Additional Information on favicons
A favicon is a 16x16 .ico image file that may be downloaded online or otherwise rendered. 

The following document discusses how to change the favicon for both SSO and non-SSO environments in different v.6x versions of Decisions.

For v.6 Installations
Note that this document only pertains to v.6x installations. For information on how to change the favicon in v.7, see the Change Favicon documentation. 

Non-SSO v.6.17.1 or lower 

The following example demonstrates how to change the default favicon to a custom image of a database in non-SSO environments v.6.17.1 or lower. 

To do so:

  1. With Windows File Explorer, open a separate window for each of the following locations:
    C:\Program Files\Decisions\Decisions Web Host\HUI\Content\ImagesC:\Program Files\Decisions\Decisions Web Host\HUI\css\images
  2. Locate the current favicon in both of these folders.
    Backup Original Files
    Make a copy of the current favicon in case the changes need to be reverted back.

  3. Make two copies of the downloaded or rendered custom .ico image file. Rename one of the custom .ico files "favicon".

  4. Drag the renamed .ico file from its current folder into the C:\Program Files\Decisions\Decisions Web Host\HUI\css\images folder. 

  5. Once the popup stating that a file in the target destination with this name already exists appears, select the Replace the file in this destination option to replace the present favicon.


  6. Once the file has been replaced with the custom image in both locations, open the browser Developer Tools. Right-click the refresh icon next to the website URL and select Empty Cache and Hard Reload from the menu. Once this has been complete, the favicon change will take effect as shown below.



SSO v.6.17.1 or lower 

The following example demonstrates how to change the favicon in SSO environments v.6.16.1 and below, and provides the workaround for the present redirect issue in SSO environments.  

To do so:

  1. Navigate to C:\Program Files\Decisions\Decisions Web Host in the File System
  2. Copy the desired favicon.ico file into the Decisions Web Host folder. 
  3. From the same folder, open web.config in the desired text editor. 
  4. Add the following code at the bottom of the web.config file before the </configuration> tag. 

    <location path="favicon.ico">
    <system.web>
    <authorization>
    <allow users="*" />
    </authorization>
    </system.web>
    </location>


  5. Save the file, then close via X.



v.6.18 + 

The following document demonstrates how to change the faveicon.ico file in v.6.18+ installations. 

To do so:

  1. Navigate to C:\Program Files\Decisions\Decisions Web Host.
  2.  Copy the desired favicon.ico file into the Decisions Web Host folder.
  3. Verify that the favicon has updated by selecting accessing the Developer Tools and selecting Empty Cache and Hard Reload

Was this article helpful?