In Apache you can use a rewirte rule to return the same favicon everytime a request is made for a file called favicon.ico - even if the file is not in that directory:
Code:
RewriteRule   ^.*/favicon.ico$  /favicon.ico