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 -~----------~----~----~----~------~----~------~--~---