做这个的前提是,先自行配置好https环境。 接下来在首页的位置加上 <?php switch ($_SERVER["HTTP_HOST"]) { case "mmgg.net": header("location:https://www.mmgg.net"); break; } //h...