当前位置: 主页 > 日志 > 其它 >

URL重写实现二级域名(规则备忘)

(1)将所有二级域名主机头都解析并绑定到www所在的虚拟机上。

(2)利用URL重写实现将blog、bbs、shop等二级域名重写到www的子目录中。

如下规则,在IIS6.0 下用url rewrite插件测试通过。

 

[ISAPI_Rewrite]

 
# 3600 = 1 hour
CacheClockRate 3600
 
RepeatLimit 32
 
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
 
RewriteCond Host: (blog|bbs|shop)\.chanhouxianti\.com 
RewriteRule /(.*) /$1/$2
 
RewriteCond Host: (shangjia)\.chanhouxianti\.com 
RewriteRule /(.*) /union/$2
 
RewriteCond Host: (gongju)\.chanhouxianti\.com 
RewriteRule / /a/tool/
 
RewriteCond Host: (xiazai)\.chanhouxianti\.com 
RewriteRule / /a/down/
 
RewriteCond Host: (yuer)\.chanhouxianti\.com 
RewriteRule / /a/qzye/
 
RewriteCond Host: (lady)\.chanhouxianti\.com 
RewriteRule / /a/nbbk/

 

 

iis rewrite插件下载

[日志信息]

该日志于 2011-04-17 00:53 由 redice 发表在 redice's Blog ,你除了可以发表评论外,还可以转载 “URL重写实现二级域名(规则备忘)” 日志到你的网站或博客,但是请保留源地址及作者信息,谢谢!!    (尊重他人劳动,你我共同努力)
   
验证(必填):   点击我更换验证码

redice's Blog  is powered by DedeCms |  Theme by Monkeii.Lee |  网站地图 |  本服务器由西安鲲之鹏网络信息技术有限公司友情提供

返回顶部