in reply to Re^3: httpd.conf configuration with mod_perl
in thread httpd.conf configuration with mod_perl
It should be fine to send a redirect. Your code may not be sending the right headers. The simplest way to check is to use Firefox with the LiveHTTPHeaders extension and see what is being sent to the browser.
REDIRECT is not available unless you imported it from Apache2::Const. You can just use it directly: Apache2::Const::REDIRECT.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: httpd.conf configuration with mod_perl
by dariusj (Sexton) on Nov 13, 2007 at 13:02 UTC |