通过本文主要向大家介绍了域名时请,查询域名注册时,域名过期时,域名备案时长,查域名注册时等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
<%
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
%>
我最近的应用
</div> </div>
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
%>
我最近的应用
</div> </div>