开启https后,首页能跳转https,二级目录无法跳转 开源系统 更新 2020-12-11 20:28:48 迅睿粉丝 开启https后,首页能跳转https,二级目录无法跳转。如何通过.htaccess 设置 全站http 301重定向到https
RewriteEngine on RewriteBase / RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]