$r->headers_out->set(Location => "/whatever");
$r->status(REDIRECT);
$r->send_http_header;
I belive this will work for you.
END
--
Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
Science, Discovery, & the
Christian Gilmore wrote:
>
> I am attempting to redirect certain users during the authentication phase
> to support password expiration management. I am not having success
> building it directly into the authentication module and think it may be
> perhaps that the internal REDIRECT constant is ig
I am attempting to redirect certain users during the authentication phase
to support password expiration management. I am not having success
building it directly into the authentication module and think it may be
perhaps that the internal REDIRECT constant is ignored if given outside of
a content