Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 【急】在线等一段重定向代码

[复制链接]
hnqdgyj 发表于 2010-3-19 15:16:54 | 显示全部楼层 |阅读模式
由于域名http://www.17xc.com 即将过期,以前用ss7.5搭建。
现在想将以前百度,谷歌等收录的页面自动自动重定向换成 http://www.tthcw.com

示例:当用户访问前域名http://www.17xc.com/viewnews-39502.html 自动替换成 http://www.tthcw.com/viewnews-39502.html这种的
已知如下条件:
  1. 两个域名都指向了同一个空间
  2. 操作系统: WINNT / PHP v4.3.11
  3. 数据库版本: 4.0.18-nt
  4. 上传许可: 20M
  5. 数据库尺寸: 59.2 MB
  6. 附件尺寸: ------
  7. 当前程序版本: SupeSite 7.5 ( 20091112 )
  8. UCenter 程序版本: UCenter 1.5.0 Release 20090121
复制代码
问:能够通过php重定向实现或iis rewrite实现?如果能怎么实现,请各位写一下示例代码不胜感激
lidq.jingwu 发表于 2010-3-19 18:02:22 | 显示全部楼层
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} ^www.17xc.com$ [NC]
  3. RewriteRule ^/(.*)$  http://www.tthcw.com/$1 [R=301,L]
复制代码
回复

使用道具 举报

 楼主| hnqdgyj 发表于 2010-3-19 22:41:41 | 显示全部楼层
lidq.jingwu 发表于 2010-3-19 18:02



    我赶紧试试谢谢老大。
回复

使用道具 举报

 楼主| hnqdgyj 发表于 2010-3-20 12:23:59 | 显示全部楼层
lidq.jingwu 发表于 2010-3-19 18:02



    老大IIS下还是不行。按照你的代码
  1. RewriteCond %{HTTP_HOST} ^www.17xc.com$ [NC]
  2. RewriteRule ^/(.*)$  http://www.tthcw.com/$1 [R=301,L]
复制代码
你的第一行我没用。
我的代码是这样的
  1. #重定向
  2. RewriteCond Host: ^(17xc|tthcw)\.com$
  3. RewriteRule (.*) http\://www\.tthcw\.com [I,R]
  4. RewriteCond %{HTTP_HOST} ^www.17xc.com$ [NC]
  5. RewriteRule ^/(.*)$  http://www.tthcw.com/$1 [R=301,L]
复制代码
回复

使用道具 举报

 楼主| hnqdgyj 发表于 2010-3-20 12:52:34 | 显示全部楼层
lidq.jingwu 发表于 2010-3-19 18:02


提示如下错误:
  1. Line 4: CacheClockRate directive ignored. It could be used only in the global configuration file
  2. Line 55: Unrecognized string: RewriteEngine On
  3. Line 56: Unrecognized string: RewriteCond %{HTTP_HOST} ^www.17xc.com$ [NC]
  4. Line 57: Unrecognized string: RewriteRule ^/(.*)$  http://www.tthcw.com/$1 [R=301,L]
复制代码
回复

使用道具 举报

 楼主| hnqdgyj 发表于 2010-3-20 13:11:45 | 显示全部楼层
好消息,老大,我搞定了。谢谢你的指引啊
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 00:00 , Processed in 0.029546 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表