对于SSL,将http:转发到https:
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对于SSL,将http:转发到https:相关的知识,希望对你有一定的参考价值。
RewriteCond %{SERVER_PORT} !=443 RewriteCond %{REQUEST_URI} ^/register.php$ [OR] RewriteCond %{REQUEST_URI} ^/register-success.php$ RewriteRule ^ https://www.foo.com%{REQUEST_URI} [NS,R,L]
以上是关于对于SSL,将http:转发到https:的主要内容,如果未能解决你的问题,请参考以下文章
节点 http-proxy:将流量转发到外部 https 站点 - 崩溃