http强转https

Posted js1314

tags:

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

需要在httpd.conf文件最后添加即可:

<Directory />

    Options FollowSymLinks

    AllowOverride All

RewriteEngine on

RewriteCond %{SERVER_PORT} !^443$

RewriteRule ^(.*)?$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

</Directory>

之后重启apache即可。

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

Nginx配置http强转https,参数丢失问题

nginx https配置多域名共享SSL证书禁止ip访问http强转https

nginx https配置多域名共享SSL证书禁止ip访问http强转https

nginx https配置多域名共享SSL证书禁止ip访问http强转https

http 转hhttps

List不能强转成Page