唐山网站建设

设为主页 加入收藏 繁體中文

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

核心提示:1个网站空间,但是却可以实现多个域名的访问的1段ASP代码...

1个网站空间,但是却可以实现多个域名的访问的1段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
%>

http://www.fw8.net/
TAG:域名,内容,代码,网站空间
评论加载中...
内容:
评论者: 验证码: