标签:
<% host=lcase(request.servervariables("HTTP_HOST")) select CASE host CASE "aa.cn" response.redirect "http://aa.cn/aa" CASE "bb.cn" response.redirect "http://bb.cn/bb" CASE "cc.cn" response.redirect "http://cc.cn/cc" CASE ELSE response.redirect "http://aa.cn/aa" END select %>
标签:
原文地址:http://www.cnblogs.com/chengulv/p/4732357.html