SSIを使うには、.htaccessで以下の記述が必要です。 最近、久しぶりに目にする機会があったもので、まとめておきます。
1 2 3 4
<files ~ "\.html$"> options +Includes AddHandler server-parsed .html </files>