Favicon.ico on multi-domain sites?

馋奶兔 提交于 2019-12-24 10:39:43

问题


We’re using add-on domains for our multi-site Magento setup running off one skin file on domain1.com and was wondering how we go about setting up a favicon for each store?

We will have a total of 10 domains by the time we finish setting up this project so obviously want 10 different favicon’s.

I’ve tried this - http://vanesz.awardspace.info/magento_favicon_tweak/

Which works in some respect and show’s the relevant icon on things like google webmaster tools but it doesn’t work as a bookmark icon and as an icon at the top of the page on browsers like chrome.

Any help on this would be great.


回答1:


Here's a post about that:

  • http://drupal.org/node/17704

Basically, you do this:

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

and change href to whatever you want.



来源:https://stackoverflow.com/questions/4184200/favicon-ico-on-multi-domain-sites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!