重定向到https的子页面

时间:2018-09-23 22:13:13

标签: http redirect https url-rewriting

当我尝试转到http://www.example.com/site1

我需要

https://www.example.com/index.php

我如何立即进入https://www.example.com/site1

RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?example\.com
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

0 个答案:

没有答案