There is no translation available.
<?php
$url="http://原域名".$_SERVER["REQUEST_URI"];
header("HTTP/1.1 301 Moved Permanently");
header ("Location:$url");
?>
 
今天实现了原域名:planboat.com跳转到新域名:iplantoo.com/blog
用php代码实现方式如上所示
<?php
$url="http://原域名".$_SERVER["REQUEST_URI"];
header("HTTP/1.1 301 Moved Permanently");
header ("Location:$url");
?>
 
今天实现了原域名:planboat.com跳转到新域名:iplantoo.com/blog
用php代码实现方式如上所示
Steven
Project Manager
Is there anything I can help you with?.
00:01微信语音交流至少可节省30分钟

微信号:iplantoocom