tarnesh wrote:
> For example i had to write
> $this->flash('Your post has been
> updated.','/~myusername/cake/index.php/posts');
> instead of
> $this->flash('Your post has been updated.','/posts');If you are doing this you need to either, 1) Have mod rewrite or 2) Use cake with Pretty URLs. There's a parameter to set this in config/core.php. Cheers, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
