Skip to content

Backgrounds

How-to Guides

Technical References

VIP Codebase /

/images directory

Requests for favicon.ico and apple-touch-icon*.png variant files are mapped to files with the same name within the /images directory of the site repository.

To account for multisites that use different domains, the specific order of lookup for favicon.ico and apple-touch-icon*.png variant files is:

  • /images/$http-host/[favicon.ico|apple-touch-icon*.png]
  • /images/[favicon.ico|apple-touch-icon*.png]
  • 1×1 transparent pixel

where $http_host is the domain name.

Multisites that use subfolders (e.g. example.com/site-a) do not have specific support, since requests for the root icon would be to example.com/favicon.ico anyway.

Last updated: April 09, 2021