学习了,辛苦。。感谢 非常不错的模板,非常感谢。 7.0能用不? 大神啊!!!求带!! hjdx001 发表于 2018-4-3 17:30
7.0能用不?
大佬求解 虚拟主机用两个域名访问两个不同的站点 。看到你之前发的代码了 但是不知道怎么用 本帖最后由 hjdx001 于 2018-4-9 08:24 编辑
默默 发表于 2018-4-7 03:59
大佬求解 虚拟主机用两个域名访问两个不同的站点 。看到你之前发的代码了 但是不知道怎么用
我是小白{:1_937:}
在虚拟主机根目录新建两个文件夹,可分别为A和B(当然名字可以随意换),然后,建议一个index.html网页,在里面输入:
<%if Request.ServerVariables("SERVER_NAME")="3w .a.com" then
response.redirect "A/index.html"
elseif Request.ServerVariables("SERVER_NAME")="a.com" then
response.redirect "A/index.html"
elseif Request.ServerVariables("SERVER_NAME")="3w.b.com" then
response.redirect "B/index.asp"
elseif Request.ServerVariables("SERVER_NAME")="b.com" then
response.redirect "B/index.asp"
end if%>
你参考一下
页:
[1]
2