一个绑定多域名的ASP代码
第一个
程序代码:
第二个
程序代码:
第三个
程序代码:
0 then
response.redirect "index.asp"
else if instr(Request.ServerVariables("SERVER_NAME"),"bbb.com")>0 then
response.redirect "x/index.asp"
else if instr(Request.ServerVariables("SERVER_NAME"),"ccc.com")>0 then
response.redirect "index3.asp"
end if
end if
end if%>第四个
程序代码:
一个绑定多域名的PHP代码
第五个:
第六个:
评论 (0)
评论已关闭