对于SSL,将http:转发到https:

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对于SSL,将http:转发到https:相关的知识,希望对你有一定的参考价值。

  1. RewriteCond %{SERVER_PORT} !=443
  2. RewriteCond %{REQUEST_URI} ^/register.php$ [OR]
  3. RewriteCond %{REQUEST_URI} ^/register-success.php$
  4. RewriteRule ^ https://www.foo.com%{REQUEST_URI} [NS,R,L]

以上是关于对于SSL,将http:转发到https:的主要内容,如果未能解决你的问题,请参考以下文章

使用php的http到https转发

nginx转发请求,从https到http

nginx负载均衡转发https

节点 http-proxy:将流量转发到外部 https 站点 - 崩溃

aws 弹性负载均衡器可以将端口 443 转发到端口 443 以获取弹性 beantalk 实例吗?

将 http 转发到 https - Elastic Beanstalk + Nginx