单空间双域名代码
在171论坛收集了几个代码,做备用。
单空间双域名↓
<%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%>
您可能有兴趣
没有评论 »
RSS feed for comments on this post. TrackBack URL