<%if Request.ServerVariables("SERVER_NAME")="aaa.com" then '第一个输入的网址
response.redirect "flash/index.asp" '将它转发到相应的文件夹
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.aaa.com" then
response.redirect "flash/index.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="bbb.com" then '第二个输入的网址
response.redirect "cd/index.asp" '将它转发到相应的文件夹
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.bbb.com" then
response.redirect "cd/index.asp"
else%>
<%end if%>
| 欢迎光临 全球主机交流论坛 (https://hostloc.onozo.cc/) | Powered by Discuz! X3.4 |