单空间双域名代码
在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

171站长论坛
zEUS.’ Blog|網生@誌
亦峥亦幻
霓静致远