Tom's suggestion made me realize the obvious flaw in the code that neither of us saw.

        header_out

doesn't exist in the api.   headerS_out does.

Try:
        $r->headers_out( Location => 'http://www.google.fr' );
not:
        $r->header_out( Location => 'http://www.google.fr' );





On Mar 9, 2006, at 6:39 PM, Tom Schindl wrote:

If that's not working I'd give err_headers_out_ a try:
$r->header_out( Location => 'http://www.google.fr' );




Reply via email to