<%
if Request.ServerVariables("SERVER_NAME")="www.tajh.net" then
response.redirect "index1.htm"
else
response.redirect "index2.htm"
end if
%>
此ASP代码功能是当两个域名指向同一个主机时,可以自动重定向到相应的域名网站
if Request.ServerVariables("SERVER_NAME")="www.tajh.net" then
response.redirect "index1.htm"
else
response.redirect "index2.htm"
end if
%>
此ASP代码功能是当两个域名指向同一个主机时,可以自动重定向到相应的域名网站
本文介绍了一段ASP代码,该代码能够实现根据不同域名自动重定向到相应网站的功能。这对于管理拥有多个域名指向同一主机的情况非常有用。
1348

被折叠的 条评论
为什么被折叠?



