[ASP][Solution]URL Transfer # 404 method

網頁轉址

$user_name 為隨機值 ,

 http://www.123.com/$user_name 使網頁導向為 http://www.123.com/show.asp?id=$user_name

利用404錯誤處理程式方式(Request.ServerVariables("QUERY_STRING")取得參數)

再使用 server.transfer 方式導向即可