On 9/18/02 2:06 PM, "Robert Landrum" <[EMAIL PROTECTED]> wrote:
> $r->header_out("Location" => "http://domain.com/test.html");
This would work:
$r->header_out("Location" => "/test.html\n\n");
Cheers!
-Sx- :]
On 9/18/02 2:06 PM, "Robert Landrum" <[EMAIL PROTECTED]> wrote:
> $r->header_out("Location" => "http://domain.com/test.html");
This would work:
$r->header_out("Location" => "/test.html\n\n");
Cheers!
-Sx- :]