Gerald Richter writes:
 > 
 > If you try
 > 
 > [-
 >  use Apache::Constants qw(REDIRECT);
 >  $req_rec->header_out("Location" => "/y.html");
 >  $req_rec->status(REDIRECT);
 > -] 
 > 
 > and nothing else in the file, does this work or not?

No, not with chaining enabled. Without chaining it works. I also tried 
a full url which has no effect to the results.

Dirk

Reply via email to