<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "a/default.asp"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "b/default.asp"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "c/index.php"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.net" then
response.redirect "d/index.html"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "Index1.asp"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "f/index.html"
else
end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.zhaojianjie.com" then
response.redirect "q/default.html"
else
end if%>
本文由:赵建杰的博客发布_原文地址:http://www.zhaojianjie.com/post/276.html欢迎转载请保留地址☺