Sunday 15 August 2010

apache - redirecting to url in perl web development -



apache - redirecting to url in perl web development -

i trying redirect url in perl web application using cgi::session.:

sub redirect_to { ($self, $url) = @_; $self->{session}->redirect("http://google.com"); }

but does, appends informational text , link url:

found

the document has moved here.

how forcefulness load url? apache configuration issue or perl issuue?

it's problem in code. redirect instruction needs sent in place of usual headers. i'm guessing have sent header before phone call subroutine.

it's of import know want send, before sending of it.

apache perl

No comments:

Post a Comment