锘?% sURL=Request.ServerVariables("HTTP_HOST") first_name=split(sURL,".") if ubound(first_name)>3 then Response.write "404 no found" Response.End end if user=first_name(0) if user="en" then response.Redirect "en/" else Response.Redirect "/index1.asp" Response.End end if %>