"g" <[EMAIL PROTECTED]> wrote: > How do I do it so it doesn't automatically append the base URL of the > cake app?
I don't believe it is possible - Controller:redirect will always
prefix the URL with the FULL_BASE_URL constant.
Try:
if (function_exists('session_write_close'))
{
session_write_close();
}
header("Location: http://localhost:8080/SMSUploadServlet");
exit();
Regards,
--
Chris Lamb, Leamington Spa, UK GPG: 0x634F9A20
signature.asc
Description: PGP signature
