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?

Gerald

BTW. The location should be a full URL including the host part

Reply via email to