纳速健身

标题: discuz 论坛 域名重定向 [打印本页]

作者: awagink    时间: 2008-8-28 13:49
标题: discuz 论坛 域名重定向
  1. include/common.inc.php
复制代码
在 引用:
  1. error_reporting(0);
  2. set_magic_quotes_runtime(0);
复制代码

下加上 引用:

  1. $domain = 'bbs.nasue.com'; //新域名
  2. if ($_SERVER['HTTP_HOST'] != $domain) {
  3.         header("HTTP/1.1 301 Moved Permanently");
  4.         header("Location: http://{$domain}{$_SERVER[REQUEST_URI]}");
  5. }
  6. unset($domain);
复制代码
转自
http://www.discuz.net/thread-619071-1-1.html

这个重定向方法有个缺点就是 www.nasue.com 域名下的帖子无法重定向,显示为空白

如果想完全的重定向 请参考下帖

纳速论坛301永久重定向虚拟主机Apache.htaccess设置

https://www.nasue.com/forum.php?mod=viewthread&tid=1433&highlight=%E9%87%8D%E5%AE%9A%E5%90%91





欢迎光临 纳速健身 (https://nasue.com/) Powered by Discuz! X3.4