Hello,
I'm wondering if there's a way in apache to dynamically prepend a text or html file to a html file being served in a specific directory. In other words, in /stuff, all files requested would automatically have the file foo.htm prepended to that document. I hope I made that clear.

Is there a way to do that without editing each file? (like an apache config directive or such) and besides SSI...?