modifying URL displaying

2004-07-11 Thread eps com estem
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

Re: modifying URL displaying

2004-07-12 Thread greger
> > 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