>
> When you modify the URL at the appropiate phase, the URL displayed is not
> changed (which
> is neither good nor bad).
> To change the url you can do
>
> $r->header_out(Location => $url);
> return Apache::Constants::REDIRECT;
>
> where you redirect the browser directly to another URL, and indee
When you modify the URL at the appropiate phase, the URL displayed is not changed
(which
is neither good nor bad).
To change the url you can do
$r->header_out(Location => $url);
return Apache::Constants::REDIRECT;
where you redirect the browser directly to another URL, and indeed the browser wi