Expand my Community achievements bar.

SOLVED

Save Logo to Root folder for iOS icon

Avatar

Level 4

Hello. I need to save the logo in the root folder for use in the iOS icon like this tutorial.

Maybe you have some idea?

https://howchoo.com/webdev/how-to-create-an-iphoneipadios-home-screen-icon-for-your-website

aliaksandr_hvozdzeu_0-1683645566488.png

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi

You can store it in AEM DAM and add a rewrite rule at dispatcher/apache to map apple-touch-icon.png 

 

example apple-touch-icon.png with /content/dam/myapp/apple/apple-touch-icon.png.

RewriteRule ^apple-touch-icon.png $/content/dam/myapp/apple/apple-touch-icon.png [PT,L]


Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi

You can store it in AEM DAM and add a rewrite rule at dispatcher/apache to map apple-touch-icon.png 

 

example apple-touch-icon.png with /content/dam/myapp/apple/apple-touch-icon.png.

RewriteRule ^apple-touch-icon.png $/content/dam/myapp/apple/apple-touch-icon.png [PT,L]


Arun Patidar