欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

多域名一網(wǎng)站時(shí)如果返回最原來(lái)的域名

 更新時(shí)間:2006年12月06日 00:00:00   作者:  
<% 
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 
%>
我最近的應(yīng)用
復(fù)制代碼 代碼如下:

<% 
host=lcase(request.servervariables("HTTP_HOST")) 
SELECT CASE host 
CASE "www.huaihaiw.com" 
response.redirect "index2.asp" 
CASE "xx.huaihai.tv" 
response.redirect "index1.asp" 
CASE ELSE 
response.redirect "index2.asp" 
END SELECT 
%> 

相關(guān)文章

最新評(píng)論