문제

Im getting /apple-precomposed.png 404 errors. I already read that its related to icons, etc., but everywhere it says :

apple-touch-icon-precomposed.png
apple-touch-icon.png

why do I get

apple-precomposed.png 

? I need this so I could create those icons, but confused how to name them?

I looked at the user strings and all of them are Linux Android, not iOS.

Also Im getting 404 for:

/apple

What this can be?

올바른 솔루션이 없습니다

다른 팁

You are right, apple-precomposed.png is not an "official" name and no browser should look for such file.

You should check your HTML code, especially if you didn't write it yourself (eg. web site template, WordPress theme...). Maybe it explicitly mentions this file. Something like:

<link rel="apple-touch-icon" href="/apple-precomposed.png">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top