问:帮我启用ssi服务 支持<!– #include file = "include/header.html" –> 的功能
答:您好,需要开启SSL,就先要购买SSL证书,可前往:https://www.west.cn/web/ssl/了解核实
购买了SSL证书后,可参考:https://www.west.cn/faq/list.asp?unid=1853部署SSL,部署了SSL后即可使用https访问站点,请核实
,非常感谢您长期对我司的支持!
问:不需要我给你普及知识吧,SSI是英文Server Side Includes的缩写,翻译成中文就是服务器端包含的意思,,不是SSL
答:您好,非常抱歉,没有了解您的真实需求,核实到宿主是WINDOWS的,可设置web.config规则,进行ssi的开启,可参考:
在web.config 规则<system.webServer>节点添加:
<handlers>
<add name="html" path="*.html" verb="*" modules="ServerSideIncludeModule" resourceType="Unspecified" />
</handlers>
html页面使用<!– #include file="x.html" –> 可嵌入页面文件显示内容。
<add name="html" path="*.html" verb="*" modules="ServerSideIncludeModule" resourceType="Unspecified" />
</handlers>
html页面使用<!– #include file="x.html" –> 可嵌入页面文件显示内容。
,非常感谢您长期对我司的支持!
问:谢谢,已解决
答:您好,好的,有问题再提交对应类型工单,非常感谢您长期对我司的支持!