[REBOL] Re: How to cgi redirect?
From: rebologue:yaho:o at: 22-Oct-2002 14:39
Jason and Micael have shown some examples of redirects
that rely on the client browser. I don't think that's
what they want, though.
If you can, steer clear of client redirects, due to
the well-documented negatives of this approach (e.g.,
conflicts with the browser Back button).
Can a CGI guru please provide a working code example
for a server-side redirect? That's really the
recommended solution.
I'll add the Q&A to the REBOL FAQ project.
Regards,
Ed
--- Gullmes Micael <[Micael--Gullmes--telenor--se]> wrote: