<%' by wind 2005.04.18
if instr(Request.ServerVariables("HTTP_HOST"),"www.3ivi.com")>0 then
Response.Redirect "a.asp"
elseif instr(Request.ServerVariables("HTTP_HOST"),"www.wind88.net")>0 then
Response.Redirect "b.asp"
else
Response.Redirect "c.asp"
end if%>
一个空间多个域名的实现
最新推荐文章于 2022-07-06 23:34:57 发布