标签: apache .htaccess include ssi
我正在构建一些html模板,工作必须在2个人之间共享,我想创建一些公共区域并将它们包含在文件中,但其他用户没有安装php。
我创建了一个.shtml并使用了
人们还在使用ssi include吗?
我可以将扩展名设为.html吗?
答案 0 :(得分:0)
SSI仍用于simple apps。使用以下命令将.html添加为SSI的文件类型:
.html
AddHandler server-parsed .html
<强>参考强>