%@LANGUAGE="VBSCRIPT" CODEPAGE=65001 %> <% Response.Charset="UTF-8" Session.CodePage = 65001 %> <% website=request.ServerVariables("Server_name") '獲取當前訪問的域名 if website="wxhjpb.com" then '判斷如果你的域名如果是wxhjpb.com Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.ok9a.com.cn/" '做301重定向到www.ok9a.com.cn end if %>