: How do I replace the Magento favicon? I'm trying to replace the Magento favicon, but I can't seem to find it. Where is it?
I'm trying to replace the Magento favicon, but I can't seem to find it. Where is it?
More posts by @Ravi8258870
3 Comments
Sorted by latest first Latest Oldest Best
You can also consider using rewrite and completely bypass Magento:
.htaccess:
RewriteEngine on
RewriteRule ^favicon.ico$ /images/favicon.ico [L]
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.