标题:ASP虚拟主机多域名跳转不同目录 出处:虫虫的blog SINCE2004 时间:Fri, 28 Jan 2005 00:11:49 +0000 作者:网络毛毛虫 地址:http://www.zhenghe.biz/read.php/106.htm 内容: <%'取得HTTP输入的值并付值到HTOST中host=lcase(request.servervariables("HTTP_HOST"))'开始条件跳转SELECT CASE host' 如果HOST的值是www.21diy.com就选择事件case"www.21diy.com"的命令CASE "www.21diy.com"' Below is the redirect commandresponse.redirect "index1.htm"CASE "21diy.com"' Below is the redirect commandresponse.redirect "/blog" 'We use CASE ELSE to fix any other requestsCASE ELSE '其他方式访问的目录response.redirect "/index1.htm"END SELECT%> Generated by Bo-blog 2.1.2 beta 3