只需一步,快速开始
举报
<%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%>
原帖由 master 于 2011-12-14 13:37 发表 收藏了
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|全球主机交流论坛
GMT+8, 2025-11-25 19:41 , Processed in 0.104697 second(s), 10 queries , Gzip On, MemCache On.
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.