I am trying to do something very simple via a ASP script but can't figure
out how to do it.
Whenever a user goes our our website eg.
(http://www.sitea.com/scripts/script?Adata=xxx), I want it recirected to
http://www.siteb.com/script?Adata=xxx
I can do the simple direct via an REDIR.ASP script that only seems to work
for URLs without any script data in them. I was told that the GLOBAL.ASA
file could be used to take any URL (script data in the URL or otherwise) and
used to redirect to another URL. Does anyone know how to do this?
Any help would be appreciated.
Chris