How do you replicate the redirect functionality of mod_rewrite in a mod_perl 2 PerlTransHandler?

I'm writing a PerlTransHandler to overcome some limitation of mod_rewrite and want to redirect requests to canonical URLs in some cases (e.g. replicate the functionality of the [R,L] flags in mod_rewrite). What's the best way to do this from the handler?

-David Stewart

Reply via email to