多域名一网站时如果返回最原来的域名

% host=lcase(request.servervariables('HTTP_HOST')) SELECTCASEhost JustchangetheCASEtoyourdomains CASE'dedecms. cmsjz.org ' Belowistheredirectcommand response.redirect'au/' CASE'sdcms. cmsjz.org ' response.redirect'au/' CASE'discuz. cmsjz.org ' respon

作者: 来源: 时间: 17-11-23 15:15:18

<% 
host=lcase(request.servervariables("HTTP_HOST")) 
SELECT CASE host 
Just change the CASE to your domains 
CASE "dedecms.cmsjz.org
Below is the redirect command 
response.redirect "au/" 
CASE "sdcms.cmsjz.org
response.redirect "au/" 
CASE "discuz.cmsjz.org
response.redirect "front.asp" 
CASE "www.cmsjz.org" 
response.redirect "wda/" 
CASE "duxcms.cmsjz.org
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.cmsjz.org
response.redirect "index2.asp" 
CASE "xx.huaihai.tv" 
response.redirect "index1.asp" 
CASE ELSE 
response.redirect "index2.asp" 
END SELECT 
%> 
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们