header('HTTP/1.1 301 Moved Permanently');
header("Location: " . "http://" . $_SERVER["REQUEST_URI"]);
?>
多域名的网站。。 只要 是改以下。。
define('HTTP_SERVER', '');
define('HTTPS_SERVER', '');
define('HTTP_SERVER', 'http://'.$_SERVER['HTTP_HOST']);
define('HTTPS_SERVER', 'https://'.$_SERVER['HTTP_HOST']);
阅读(1165) | 评论(0) | 转发(0) |