If the file you are looking to alter is the same for each location, like a banner and supporting code, you can use a simple include file which all the pages can be pointed at.
<!--#include virtual="/data/banner.html" -->
Then to update every page which is linked into the include, you just edit one file.
I'm not sure if that's what you were asking, so forgive me if you already know this.
