Ampersand is a reserved char. You must url encode it to use it in URL. Just replace & with %26 in the url.
On 9 Lis, 13:23, Mazgalici <[EMAIL PROTECTED]> wrote: > Hi folks, > > I the the following URL : test.com/eat%20&%20drinks/1/2 (tried also > test.com/eat&drinks/1/2) > > The CakePHP sees onlys the eat parameters istead of "eat & drinks" > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
