Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

FavIcon for Images/PDF's hosted in AEM DAM

Avatar

Level 3

Hi Team,

 

We are currently using AEM as a Cloud Service. Can anyone guide me on how to enable the FavIcon for PDFs hosted in AEM DAM? Will enabling the FavIcon at the site root level in the dispatcher configuration work?

For example:

Also, how do we add the FavIcon at the root folder in AEM Cloud Services? Could you please provide the relevant documentation?

 

Thanks in Advance

Veera

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@veerareddyc1015 

The same favicon will be used for pages as well as PDF's 

From the dispatcher end, you can apply below rewrite rule and allow .ico extension in filters

 
RewriteRule ^/favicon.ico$ /content/dam/test/favicon.ico  [PT,L]
 
/0025 { /type "allow" /url "/content/dam/test/favicon.ico" }
 

Amanath Ullah

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@veerareddyc1015 

The same favicon will be used for pages as well as PDF's 

From the dispatcher end, you can apply below rewrite rule and allow .ico extension in filters

 
RewriteRule ^/favicon.ico$ /content/dam/test/favicon.ico  [PT,L]
 
/0025 { /type "allow" /url "/content/dam/test/favicon.ico" }
 

Amanath Ullah