문제

I have seen some servers have default page icon for each pages without having to add using html. example:

http://facebook.com

http://google.com

and even the site in which we are i.e

http://stackoverflow.com

on this sites the html code <link href="url" rel="icon" type="type"/> is not used yet they have icon set for each page can you please tell me how it is done.

도움이 되었습니까?

해결책

It's not related to .htaccess (or PHP). Browsers automatically request a /favicon.ico file when loading a page. Wikipedia and Google can tell you more.

다른 팁

Put the file favicon.ico in the root of your domain. That should solve your problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top