Jonathan Swartz wrote:
We've got a bunch of legacy code that uses $ENV{SCRIPT_URI}, $ENV{SERVER_PORT}, $r->server->port and the like to generate external redirects.If these are really external redirects, they must happen through a "Location:" response header, no ? In that case, what about leaving your code alone and use an output filter modifying these Location headers ?