当前位置: 主页 > 编程知识 > asp编程 > ASP:一个网站空间多个域名访问

ASP:一个网站空间多个域名访问

时间:2009-10-15来源:站长资讯网 点击:

一个网站空间,但是却可以实现多个域名的访问的一段ASP代码:

以下为引用的内容:
<%
if Request.ServerVariables("SERVER_NAME")="www.abc.com" then
response.redirect "abc/"
else if Request.ServerVariables("SERVER_NAME")="www.123.com" then
response.redirect "123/"
else if Request.ServerVariables("SERVER_NAME")="www.456.com" then
response.redirect "456/"
end if
end if
end if
%> 

 

站长资讯网
. TAG: 域名 网站空间 ASP 访问
推荐内容最近更新人气排行
关于我们 | 友情链接 | 网址推荐 | 常用资讯 | 网站地图 | RSS | 留言