أفضل 10 أعضاء في هذا المنتدىانضم الى مجموعتي على كوكل | انضم الى غرفة المحادثة الشاتتسجيل صفحاتك المفضلة في مواقع خارجية
قم بحفظ و مشاطرة الرابط HOTDVD FOR على موقع حفظ الصفحات
قم بحفض و مشاطرة الرابط Gold Media على موقع حفض الصفحات | RSS<%// Version 1.3 - 12/24/07// Wes Owen// Net Atlantic// // This index.asp pages is used to redirect a URL from :8080// to a :80. It does this by getting the server environmental// variable query_string, strips off the front of it (namely "404;")// seperates the URL into 3 pieces, pops the :8080 in the correct// place, and then send the correct URL back to the client.// Old version did not support URL that started with "?"querystring = Request.ServerVariables("query_string")IF querystring <> "" THEN IF (InStr(querystring,"http://") > 0) THEN url = Mid(querystring,5,Len(querystring)) url = Replace(url,":8080/","/") response.redirect(url) // querystrings must be of form current_list=netatlantic-zip-compliance else url = "http://" + Request.ServerVariables("HTTP_host") + "/?" + querystring url = Replace(url,":8080/","/") response.redirect(url) END IFEND IFresponse.redirect("http://list.netatlantic.com")%> |
الخميس يونيو 25, 2009 1:55 am من طرف LIVE ANGEL