公司动态
当前位置: 公司动态 > 动态详情
一段代码解决多域名单空间绑定!新建一个页面,把它作为你的虚拟空间的默认主页,内容如下:<html><br><br><head><br><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><br><title>网盾数据</title><br></head><br><br><body><br><%<br>if instr(Request.ServerVariables("SERVER_NAME"),"netshield.cn") then<br> response.redirect "/netshield/index.asp"<br>else if instr(Request.ServerVariables("SERVER_NAME"),"www.wawa8.com") then<br> response.redirect "/wawa8/index.asp"<br>else if instr(Request.ServerVariables("SERVER_NAME"),"027lingshi.com") then<br> response.redirect "/027lingshi/index.asp"<br>else if instr(Request.ServerVariables("SERVER_NAME"),"www.027lingshi.com.cn") then<br> response.redirect "/027lingshi/index.asp"<br>end if<br>end if<br>end if<br>end if<br>%><br></body><br><br></html>