我教你一种方法!~
用这个代码
<%if Request.ServerVariables("SERVER_NAME")="www.010709.cn" then
response.redirect "/index.asp"
elseif Request.ServerVariables("SERVER_NAME")="www.xashunya.com" then
response.redirect "/hzp/index.asp"
elseif Request.ServerVariables("SERVER_NAME")="www.992i.cn" then
response.redirect "/index.html/"
elseif Request.ServerVariables("SERVER_NAME")="www.mjaxutong.com" then
response.redirect "/slzg/"
elseif Request.ServerVariables("SERVER_NAME")="lady.rexianw.cn" then
response.redirect "/Article/ShowClass.asp?ID=473"
else
response.redirect "/index.asp"
end if%>
可以一个空间挂N个站