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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 关于多个域名301跳转 写法

[复制链接]
www.bzwh.net 发表于 2012-8-20 22:15:41 | 显示全部楼层 |阅读模式
我的网站www.14china.com没有备案
不能使用财付通在线充值积分【我用的是discuz 2.5】
每次用备案过的钥密,财付通提示网站
我的www.bzwh.net  已经备案  也申请了财务通商业用户
我只想把交易也没跳转到www.bzwh.net
其他的页面还是www.14china.com  
麻烦问一下这种301跳转怎么写

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
xiaoyuwxz 发表于 2012-8-21 04:32:51 | 显示全部楼层
用伪静态来跳转,论坛什么WEB程序,组件版本,如是iis rewrite2.x的

域名重定向例:
RewriteCond Host: ^hdabc.com$
RewriteRule (.*) http\://www\.hdabc\.com$1 [I,RP]
回复

使用道具 举报

 楼主| www.bzwh.net 发表于 2012-8-22 20:30:25 | 显示全部楼层
xiaoyuwxz 发表于 2012-8-21 04:32
用伪静态来跳转,论坛什么WEB程序,组件版本,如是iis rewrite2.x的

域名重定向例:

这个只能跳转一个
请问多个跳转怎么写
回复

使用道具 举报

xiaoyuwxz 发表于 2012-8-22 21:17:37 | 显示全部楼层
www.bzwh.net 发表于 2012-8-22 20:30
这个只能跳转一个
请问多个跳转怎么写

按例多写几行
回复

使用道具 举报

 楼主| www.bzwh.net 发表于 2012-8-22 22:11:16 | 显示全部楼层
xiaoyuwxz 发表于 2012-8-22 21:17
按例多写几行

能帮忙写下码
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP

  7. RewriteCond Host: ^14china\.com$
  8. RewriteCond Host: ^www\.14china\.com\.home.php?mod=spacecp&ac=credit&op=buy$
  9. RewriteRule (.*) http\://www\.14china\.com$1 [I,RP]
  10. RewriteRule (.*) http\://www\.bzwh\.net\.home.php?mod=spacecp&ac=credit&op=buy$1 [I,RP]
  11. RewriteRule ^(.*)/topic-(.+)\.html(\?(.*))*$ $1/portal\.php\?mod=topic&topic=$2&$4
  12. RewriteRule ^(.*)/article-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/portal\.php\?mod=view&aid=$2&page=$3&$5
  13. RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=forumdisplay&fid=$2&page=$3&$5
  14. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$6
  15. RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=group&fid=$2&page=$3&$5
  16. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5
  17. RewriteRule ^(.*)/blog-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/home\.php\?mod=space&uid=$2&do=blog&id=$3&$5
  18. RewriteRule ^(.*)/(fid|tid)-([0-9]+)\.html(\?(.*))*$ $1/index\.php\?action=$2&value=$3&$5
  19. RewriteRule ^(.*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html(\?(.*))*$ $1/plugin\.php\?id=$2:$3&$5
  20. RewriteRule ^(.*)/(fid|tid)-([0-9]+)\.html(\?(.*))*$ $1/index\.php\?action=$2&value=$3&$5
复制代码
访问域名就出错
回复

使用道具 举报

gspengyi 发表于 2012-8-22 22:27:52 | 显示全部楼层
我来学习一下
回复

使用道具 举报

imeitu.org 发表于 2012-8-23 01:09:12 | 显示全部楼层
。。。。学习了
回复

使用道具 举报

xiaoyuwxz 发表于 2012-8-23 05:47:59 | 显示全部楼层
可以这样写

RewriteCond Host: !^www.14china.com$
RewriteRule (.*) http\://www\.14china\.com$1 [I,RP]
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 22:36 , Processed in 0.026728 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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