Friday, July 11, 2008, 6:39:51 AM, Peter Bowers wrote:
> or whether that is a limitation of the Redirect() function from
> core.
Redirect($pagename, $urlfmt);
will redirect to anywhere if you specify a full url for $urlfmt.
Or use
header('Location: http://www.example.com/');
~Hans