POSCMS 版主:POSCMS负责人
开启https后,首页能跳转https,二级目录无法跳转
类型:POSCMS 更新时间:2020-12-11 20:28:48

开启https后,首页能跳转https,二级目录无法跳转。

如何通过.htaccess 设置 全站http 301重定向到https

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2019-05-28 20:00:50
    0
    RewriteEngine on
    RewriteBase /
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
    满意答案
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2020-12-11 20:28:48
    Firefox 83.0 0
    @Murkookie:6666666666666666666