Different Favicons on the Same Website?
Hi everyone, Is there any way of having a different favicon on different pages on the same website? For example on all the files in a certain subfolder. I have a website which hosts multiple unrelated projects (each in it’s own subfolder) and it would be good if each could have it’s own favicon.
The code below would put a favicon (in the root folder) on every page on the website, but could you put a favicon in a specific subfolder and direct the browser to use that for all the files within that particular subfolder?
<LINK REL="SHORTCUT ICON" HREF="http://www.gwilliams-designs.co.uk/favicon.ico">
The code below puts a favicon from within the same folder on any page which has this code, so I could just put that on every single file in the folder but the problem with that is if I then ever a have a dedicated website and url just for that project in the future, would I have to go and remove it of every single file to make the main code (above) work?
<LINK REL="SHORTCUT ICON" HREF=".\favicon.ico">
I would be grateful for any advice. Thanks for your help,
