Thought someone might know of a script out there, or know how to update the favicon per section of a site. There\'s strong colours running through each section of a build I\'m w
You're on the right track with using the link rel's on every page, but the trick to forcing the favicon refresh is to append a number at the end of the icon file as a parameter that's always changing (time is the safest bet).
Example with php:
';
?>
Doing this makes the browser think the file is new every time it sees it, thus avoiding the caching issue. I hope this points you in the right direction!