您现在的位置是:网站首页>内容内容

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

2023-12-06 14:46:50512953070@qq.com205人已围观

简介 ASP:一个网站空间多个域名访问_资源网

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

文章评论

发布内容
-六神源码网