WEB开发网
开发学院WEB开发ASP 用asp实现同一网站不同目录绑定不同域名 阅读

用asp实现同一网站不同目录绑定不同域名

 2007-12-11 16:41:07 来源:WEB开发网   
核心提示: 同一网站不同目录绑定不同域名相信有不少人有这种需求吧?下面让我们来看一下具体的应用代码分析:<%select case request.servervariables("http_host")case "cncms.com"Server.Execute("in

   同一网站不同目录绑定不同域名相信有不少人有这种需求吧?下面让我们来看一下具体的应用代码分析:

<%
select case request.servervariables("http_host")
case "cncms.com"
Server.Execute("index.html")
case "code.cncms.com"
Server.Execute("ut/index.html")
case "font.cncms.com"
Server.Execute("utxiazai/index.html")
case "moban.cncms.com"
Server.Execute("ut30/index.html")
case "pages.cncms.com"
Server.Execute("ut30xiazai/index.html")
case "sucai.cncms.com"
Server.Execute("ut20/index.html")
case "soft.cncms.com"
Server.Execute("xinlangutxiazai/index.html")
case else
Server.Transfer("index.html")
end select
%>
说明,把你的域名全绑定到空间IP,输入不同的域名,即可得到不同的访问效果。

技术交流 永无止境

Tags:asp 实现 同一

编辑录入:coldstar [复制链接] [打 印]
赞助商链接