Magento – Favicon not changing

faviconsmagento-1.9

I have uploaded an image of a new favicon in the following:

System -> Configuration -> Design -> HTML Head -> and uploaded it into Favicon Icon. 

I have applied it to both Store View & Website View.

I have waited a while and yet no signs of it being changed. Could anyone please advise me what I should do in this case?

Best Answer

you can check below things

clear cache from system->cache management

If above change not work then follow below steps

1) go to app/code/design/frontend/YourPackage/YourTheme/template/page/html/head.phtml

2) find below line

<link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />

If its not there then replace or add this line