1
ljbha007 2015-09-25 07:52:01 +08:00 1
|
2
feather12315 2015-09-25 08:37:30 +08:00 via Android 1
顺便把 80 端口访问重定向
|
3
powtop 2015-09-25 08:44:36 +08:00 1
just like it https://powtop.com
#伪静态规则 RewriteEngine on RewriteBase / #我这行是没有配置 RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] |
4
XianZaiZhuCe OP @ljbha007 这样的话,前后台传输数据就是通过 https 了? 不知道问的对不对...望包涵...
|
5
v1024 2015-09-25 08:48:16 +08:00 via iPhone 1
先把外链的资源替换成 https ,比如 cdn 资源;然后再换首页的。
|
6
ljbha007 2015-09-25 08:53:18 +08:00 1
@XianZaiZhuCe 是的 页面上的资源文件最好用相对路径 不然得从头改成 https 协议
|
7
neutrino 2015-09-25 08:54:24 +08:00
为啥要用 https 呢。。
|
8
XianZaiZhuCe OP @neutrino 瞎折腾...不然啥都不懂呀
|
10
XianZaiZhuCe OP @powtop 首页是正常的。而这个页面 https://powtop.com/#!15 点进去会有问题,“与此网站的连接不完全安全,因为其包含了未加密的元素” “ Firefox 阻止了此页面上的部分内容”
|
11
powtop 2015-09-25 12:21:32 +08:00
@XianZaiZhuCe 因为用了多说 多说现在还没 https
|