QUOTE(cr_amh @ 4 Feb, 2009 - 07:49 PM)

I know it has been awhile but for people like myself who are still looking: It is possible to post multiple favicon's on different pages by specifying with the code in the html page of your files or subdirectory by adding this code between the <head> and </head> tags
CODE
<link rel="shortcut icon" href="favicon.ico" >
You want to make sure you have that particular .ico in that subfolder.
I'm currently looking for a way to get a forwarded domain name to recognize the .ico file of a subdomain.
Any help is appreciated
Yes, I know it's still been a while since these posts were written!
Is anybody able to advise whether this can be done or not, as I'm having the same problem too.... e.g can favicons be shown where domain is not associated with the hosting?
In the head tags, I have tried pointing to where the favicon.ico file is >>>eg, a bit like this...
<link rel="shortcut icon" href="http://www.mywebsite.com/example/first/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://www.mywebsite.com/example/first/favicon.ico" type="image/x-icon" />
..but it's not working, and I'm beginning to think it can
not be done when you have a domain name forwarding/redirecting to a hosted files elsewhere. But I'm hoping that somebody can tell me that I'm wrong!

as I'm beginning to go slightly crazy in search of an elusive answer that may not even be possible!