http跳转htts的htaccess文件设置

Posted ❦火鸟网络

tags:

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

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
Options +FollowSymLinks
order allow,deny
allow from all
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L]
</IfModule>












以上是关于http跳转htts的htaccess文件设置的主要内容,如果未能解决你的问题,请参考以下文章

.htaccess设置301跳转及常用技巧整理

cpanle/Apache 强制http跳转到https

Apache环境利用.htaccess文件设置域名301跳转(不带www跳转到带www)

.htaccess中带?参数的重定向伪静态写法

thinkphp中.htaccess文件的巧妙运用

使用 .htaccess 进行 PHP 设置时出现 500 内部服务器错误