Your Name 10 月之前
父節點
當前提交
24ac90ac7d
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. 8
    1
      application/home/controller/City.php

+ 8
- 1
application/home/controller/City.php 查看文件

@@ -426,7 +426,14 @@ class City extends Base
426 426
                 exit();
427 427
             }
428 428
         }
429
-        return "656565";
429
+
430
+
431
+        $url = 'https://'.$domain.'.zc10000.com';
432
+        header('HTTP/1.1 301 Moved Permanently');
433
+        header('Location: '.$url.'');
434
+        exit();
435
+
436
+        //return "656565";
430 437
     }
431 438
 
432 439
     public  function  fileHandle()

Loading…
取消
儲存