4.1. 配置Apache,支持SSI

# This tells Apache that you want to permit files to be parsed for SSI directives.
Options +Includes -IncludesNOEXEC

# You have to tell Apache which files should be parsed.
AddType text/html .shtml
AddHandler server-parsed .shtml