Hi everyone,
I have one host, and I point many domains to subdomains - so in my case, my primary domain is fwank.net, and I point brianbotkiller.com (and some others), to brianbotkiller.fwank.net, which in itself points to fwank.net/botkiller (I know, this is convoluted, but it's what I have right now).
My question is this; when I go to brianbotkiller.fwank.net, my favicon shows up in my browser for this domain/web page. When I go to the redirected/forwarded URL, brianbotkiller.com, the favicon does not show up. It will only show if i go to the subdomain directly, but never if I go to a forwarded domain.
My code is as follows, in the index.html for brianbotkiller.com:
CODE
<link rel="shortcut icon" href="http://www.fwank.net/botkiller/favicon.ico" type="image/vnd.microsoft.icon">
I am wondering if there is a way that I can fix this - I have a ton of domains, but do I have to have dedicated hosting for each one, if I want the browser to look at and find the favicon.ico in the correct place? I've fooled with this like crazy and I can't figure it out (apologies for this being a stupid question).
Any input is much appreciated. Thank you!