国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

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

2024-05-04 11:02:25
字體:
供稿:網(wǎng)友
<% 
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 
%>
我最近的應用
復制代碼 代碼如下:
<% 
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 
%> 
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 斗六市| 怀来县| 鄄城县| 十堰市| 八宿县| 青神县| 石家庄市| 绥德县| 冷水江市| 通化市| 慈利县| 陇南市| 米易县| 宣恩县| 鲁山县| 北海市| 济源市| 巴彦淖尔市| 得荣县| 田阳县| 琼中| 高唐县| 南涧| 万年县| 清新县| 云南省| 吴堡县| 桐梓县| 八宿县| 泌阳县| 广安市| 南安市| 繁昌县| 衡南县| 绥阳县| 奉化市| 禹城市| 天等县| 托克逊县| 兴国县| 金乡县|