2个回答
展开全部
<%if Request.ServerVariables("SERVER_NAME")="www.wangqian.net.cn " then
response.redirect "weba/index.asp"
elseif Request.ServerVariables("SERVER_NAME")="http://earth.wangqian.net.cn " then
response.redirect "webb/index.asp"
else
response.redirect "index.asp"
end if%>
第二种
<%
host=lcase(request.servervariables("HTTP_HOST"))
Select CASE host
CASE "www.wangqian.net.cn"
response.redirect "01/"
CASE "earth.wangqian.net.cn"
response.redirect "02/"
CASE ELSE
response.redirect "03/"
END Select
%>
response.redirect "weba/index.asp"
elseif Request.ServerVariables("SERVER_NAME")="http://earth.wangqian.net.cn " then
response.redirect "webb/index.asp"
else
response.redirect "index.asp"
end if%>
第二种
<%
host=lcase(request.servervariables("HTTP_HOST"))
Select CASE host
CASE "www.wangqian.net.cn"
response.redirect "01/"
CASE "earth.wangqian.net.cn"
response.redirect "02/"
CASE ELSE
response.redirect "03/"
END Select
%>
快又稳
2024-10-28 广告
2024-10-28 广告
广州快又稳网络科技有限公司的云虚拟主机以其高稳定性、灵活配置及卓越性能著称。我们提供多种规格的云虚拟主机,满足不同客户的网站部署需求。采用先进的虚拟化技术,确保资源独立且高效利用。每个虚拟主机均配备充足带宽,保证快速访问体验。同时,我们注重...
点击进入详情页
本回答由快又稳提供
展开全部
<script>try {if( self.location == "http://www.honfo.com" ) {
top.location.href = "/需要跳转的目录一";
}
else if( self.location == "http://honfo.com" ) {
top.location.href = "需要跳转的目录二";
}
else if( self.location == "http://www.honfo.com.cn" ) {
top.location.href = "需要跳转的目录三";
}
else if( self.location == "http://honfo.com.cn" ) {
top.location.href = "需要跳转的目录四";
}
else {document.write ("错误的访问地址")}} catch(e) {}</script>
http://www.honfo.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
top.location.href = "/需要跳转的目录一";
}
else if( self.location == "http://honfo.com" ) {
top.location.href = "需要跳转的目录二";
}
else if( self.location == "http://www.honfo.com.cn" ) {
top.location.href = "需要跳转的目录三";
}
else if( self.location == "http://honfo.com.cn" ) {
top.location.href = "需要跳转的目录四";
}
else {document.write ("错误的访问地址")}} catch(e) {}</script>
http://www.honfo.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询