HTTP强制跳转HTTPS Jan 18,2017 in 网站建设 read (2450) 共两种方法。 PHP法 代码: <?php if ($_SERVER["HTTPS"] <> "on") { $xredir = "https://".$_SERVER[&qu...