huh, that's really odd, it looks good to me. Maybe it's a facebook thing. Have you tried it on a different server? Also, what happens if you use $this->redirect("/messages/")? I think the url routing is all handled in /webroot/index.php so maybe it doesn't like redirecting to a shallower path?
Dave On Jan 23, 4:52 pm, Daniel Moore <[EMAIL PROTECTED]> wrote: > Hey, > I'm moderately new with CakePHP, but I have this issue where my > redirect leaves the old URL in the browser. > > [code] > //messages_controller.php > function post() { > // ... Some Stuff > > // Redirect back to McGriff messages > $this->redirect("/");} > > [/code] > > Yet the browser still shows:http://apps.facebook.com/mcgriff/messages/post/ > instead of:http://apps.facebook.com/mcgriff/ > > Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---