Re: Problem with redirect under Apache2

2003-12-10 Thread Andre Landwehr
On Tue, Dec 09, 2003 at 06:55:14PM +0200, Michael Stepanov wrote: > blah.epl > [- >$http_headers_out{'Location'} = 'main.epl'; >exit 301; > -] At least I can tell you that it does work for me, so it has to be a problem specific to your setup Andre -- Any technology distinguishable from

Problem with redirect under Apache2

2003-12-09 Thread Michael Stepanov
Dear all, I have a problem with redirect using Embperl. When I try to do redirect like that: blah.epl [- $http_headers_out{'Location'} = 'main.epl'; exit 301; -] It doesn't work. After refresh I see the same page. When work with Apache 1 and mod_perl 1 all were very good, but then I moved