{{ v.name }}
{{ v.cls }}类
{{ v.price }} ¥{{ v.price }}
iis版本iis中实现http自动转换到https方法介绍
修改以下文件:iis6.0路径:c:windowshelpiishelpcommon403-4.htm
iis7.0以上路径:c:inetpubcusterrzh-cn403.htm
如果需要整站跳转,则在网站的配置文件的
如果对某个目录做https强制跳转,则复制以下代码:
如果只需要对某个网页进行https跳转,可以使用redirect301来做跳转!
redirect301/你的网页https://你的主机+网页
需要做两个地方改动。1:server.xml中的端口要改成对应的“443”端口(如图)2:要在web.xml配置文件中添加节点代码:如下
.........
http://blog.csdn.net/wzy_1988/article/details/8549290