Your Name hace 10 meses
padre
commit
24ac90ac7d
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8
    1
      application/home/controller/City.php

+ 8
- 1
application/home/controller/City.php Ver fichero

@@ -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…
Cancelar
Guardar