Hi. I have a problem with cake's redirect formatting the url. The
problem is I uploaded an excel file. I have a servlet to process the
excel file. Now after uploading the file I redirect my app to the
servlet using:

$this->redirect("http://localhost:8080/SMSUploadServlet";);

Unfortunately it redirects to this URL:

http://localhost/sms/contacts/:8080/SMSBroadcast/SMSUploadServlet

How do I do it so it doesn't automatically append the base URL of the
cake app?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to