在 MAMP6(使用 Apache 2.4.54)中,可以通过修改 httpd.conf 文件并添加来配置服务器端包含
AddOutputFilter INCLUDES .html
但是,在 MAMP7 (Apache 2.4.58) 中,这似乎不起作用。
检查 Apache 服务器信息(MAMP7 中的工具 > Apache > 信息),与 MAMP6 中的信息相同:
In file: /Library/Application Support/appsolute/MAMP PRO/conf/httpd.conf
626: AddType application/x-httpd-php .php .phtml
632: TypesConfig /Applications/MAMP/conf/apache/mime.types
...
675: AddType text/html .shtml
676: AddOutputFilter INCLUDES .shtml
677: AddOutputFilter INCLUDES .html
感谢 StackOverflow 的回答:
它引导我进入“设置”对话框的“服务器”选项卡,我必须在其中检查“include_module”并重新启动 Apache。 一旦完成,SSI 就起作用了!