广西伊桂娱乐网 WWW.YY950.COM
多域名一网站时如果返回最原来的域名
1

 
<%
host=lcase(request.servervariables("HTTP_HOST"))
SELECT CASE host
' Just change the CASE to your domains
CASE "www.designbliss.com.au"
' Below is the redirect command
response.redirect "au/"
CASE "designbliss.com.au"
response.redirect "au/"
CASE "e.free-bliss.com"
response.redirect "front.asp"
CASE "www.website-design-australia.com"
response.redirect "wda/"
CASE "website-design-australia.com"
response.redirect "wda/"
'We use CASE ELSE to fix any other requests
CASE ELSE
response.redirect "front.asp"
END SELECT
%>

第[1]页 文章页数:第[1]页  点击数:2
·还没有相关文章

姓名:
友情提醒:评论请限制在100字以内:)
·还没有相关的评论!

经营许可证编号:桂ICP备05011377号