<%
if Request.ServerVariables("SERVER_NAME")=" www.lzhgzx.com" then
response.redirect "/index.asp"
elseif Request.ServerVariables("SERVER_NAME")=" web.lzhgzx.com" then
response.redirect "/123/index.html"
elseif Request.ServerVariables("SERVER_NAME")=" 123.lzhgzx.com" then
response.redirect "/123/index.html"
else
response.redirect "404.htm"
end if
%>