ASP は、同じ Web サイトの異なるディレクトリに異なるドメイン名を認識します。
著者:Eve Cole
更新時間:2009-06-23 17:01:26
<%
select case request.servervariables("http_host")
ケース「knowsky.com」
Server.Execute("index.html")
ケース「code.knowsky.com」
Server.Execute("ut/index.html")
ケース「font.knowsky.com」
Server.Execute("utxiazai/index.html")
ケース「moban.knowsky.com」
Server.Execute("ut30/index.html")
ケース「pages.knowsky.com」
Server.Execute("ut30xiazai/index.html")
ケース「sucai.knowsky.com」
Server.Execute("ut20/index.html")
ケース「soft.knowsky.com」
Server.Execute("xinlangutxiazai/index.html")
それ以外の場合
Server.Transfer("index.html")
エンドセレクト
%>
说明,把你のドメイン名全绑定的空间IP