Home : OpenEdit SDK : Programming OpenEdit : Server Side Includes
Server Side Includes
OpenEdit can read in the include statement from Apache style server side includes.Add this to the top of your /_site.xconf or in a specific directory:
<page>
<generator name="composite" mimetypes="text/html">
<generator name="ssi" />
<generator name="velocity" />
</generator>
</page>
Then your html files should have this syntax:
<!--#include virtual="/ssi/footer.html" -->
