% Option Explicit On Error Resume Next Response.Buffer = True ' This script will trap any user coming from /FTAA_DOCS and redirect them to a custom ' 404 page. Dim strURL Dim strFTAA Dim strStuff ' Identify the starting path of the original request strStuff = LCase(Request.QueryString.Key(1)) if InStr(strStuff,"ftaa_docs") <> 0 then Response.Clear Response.Redirect "http://ftaa-alca.org/error_messages/dds_404.htm" Response.End end if ' If we get here, proceed with the standard 404 page %>
|
FTAA Official Website - Sitio Oficial del ALCA - Site
Oficial da ALCA - Site
Officiel de la ZLEA
Attention: Atención: Atenção: Attention: FTAA Official Website - Sitio Oficial del ALCA - Site Oficial da ALCA - Site Officiel de la ZLEA |