Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Ravi8258870

3 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

You can also consider using rewrite and completely bypass Magento:

.htaccess:

RewriteEngine on
RewriteRule ^favicon.ico$ /images/favicon.ico [L]

10% popularity Vote Up Vote Down


 

@Hamaas447

First point, check the source of your front page

if you found a meta like this: <link rel="shortcut icon" href="a/path/favicon.ico" type="image/x-icon" /> just change the favicon in the named path

Else, browsers try to get the favicon to the root of your website so:

either you put a file favicon.ico at this place
or you put a meta like above with the good path to your favicon.

10% popularity Vote Up Vote Down


 

@Steve110

The easiest way is to add the favicon meta tag to your theme's header and point it to the favicon in your root. A more complex way (I think) is replacing the favicon in /skin/frontend/theme/interface/favicon.ico, but I never had any success with that method.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme