Yes, I know the standard response is, "Just change them to PHP includes." I'm hoping I don't have to do that.
I'm currently running on Apache 1.3.
I have a site that is 95% static pages. I'm using Dreamweaver templates and SSI to maintain consistency across the site.
I do have a few forms that the user will want some feedback on. I would like to layout the output pages using the same architecture I'm using now.
It strikes me that the most robust way to do that would be to find a template system that knows how to parse Apache SSIs. Does anyone know of such a beast?
Alternatively, could a regex expert help me come up with a code snippet that'll convert an Apache include to a PHP include?
Thanks.