Chawke, Nitin (Corporate, consultant) wrote:
> Thanks.
> yes... I thought so..
> but the second way I was trying is :
> $r->uri($new_uri);
> $r->headers_out->add('Location' => ($new_uri));
>
> return Apache2::C
Thanks anyways..
nitin
-Original Message-
From: Jonas Alves [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 09, 2005 10:01 PM
To: Chawke, Nitin (Corporate, consultant)
Cc: modperl@perl.apache.org
Subject: Re: Forwarding manipulated URI
I don't see any diferences in the tow ways you are showing.
I don't see any diferences in the tow ways you are showing. :)
But no, there is no way to change the browser url without redirecting
the request.
--Jonas
On 10 de jul de 2005, at 01:41, Chawke, Nitin (Corporate, consultant)
wrote:
Hi All,
I am using mod_perl's PerlTransHandler for manipula
Hi All,
I am using mod_perl's PerlTransHandler for manipulating the request URI.
And forwarding the manipulated URI. I am getting the desired result page in the
response, but the browser url does not change to the redirected page. But if I
do a request redirect after manipulating the URI, the cha