I'm interested how people deal with updating images/css/js with regards to the the browser cache.
It's obviously good to use mod_expires and have a future expiry etc - but how can you then update those files if you don't want to rename the file all the time?
Does anyone have any cool tricks with a version number which will not risk the browser (or proxy) not wanting to cache the file, but will still guarantee the user will see the new version if it's updated?