帮助文档>网站建设 > htaccess文件规则301和http跳转https设置

htaccess文件规则301和http跳转https设置

发布时间:2021-11-06 09:32

.htaccess文件设置如下:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^www.yuna.net.cn [NC]

    RewriteRule ^(.*)$ http://yuna.net.cn/$1 [L,R=301]

    RewriteCond %{SERVER_PORT} !^443$

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

 

301跳转设置使用着两行代码

    RewriteCond %{HTTP_HOST} ^www.landui.com [NC]

    RewriteRule ^(.*)$ http://landui.com/$1 [L,R=301]

 http跳转https,使用着两行代码

    RewriteCond %{SERVER_PORT} !^443$

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

本文导读

客户热线:037125966675

客户服务中心
云产品 服务器 合 作                  Skype