Forum Moderators: Robert Charlton & goodroi
However, I would always advise to stick to as few principles as possible. Php is AFAIK the most widely used programming languge on websites at present, and if your static pages run thru the php parser, just put
<?php include('pathtoyourSSItemplate'); ?>
into your html-code. Works just as fine as SSI, and you won't encounter any incompatibilities between both environments.
The only reason I can imagine as a PRO for SSI is probably performance.
Agreed, and that's another reason to NOT use SSI, because it can prevent using PHP for things like semi-automating the use of customized <title> and <metas> for pages.