I think maybe you have misunderstood how the URLs work in cakePHP, in
conjunction with Apache's  mod_rewrite. You would be better to install
cake in a virtual host under apache rather than in a subdirectory.

On Apr 29, 6:20 am, "Mariano Iglesias" <[EMAIL PROTECTED]>
wrote:
> You shouldn't set the action manually.
>
> Either use $html->formTag('/users/register'), or use $html->url() to get
> proper CakePHP url.
>
> -MI
>
> ---------------------------------------------------------------------------
>
> Remember, smart coders answer ten questions for every question they ask.
> So be smart, be cool, and share your knowledge.
>
> BAKE ON!
>
> blog:http://www.MarianoIglesias.com.ar
>
> -----Mensaje original-----
> De: [email protected] [mailto:[EMAIL PROTECTED] En nombre
> de johan_vm
> Enviado el: Domingo, 29 de Abril de 2007 06:42 a.m.
> Para: Cake PHP
> Asunto: Re: Problem with :"Cook up Web sites fast with CakePHP, Part 1"
>
> I had to change
>
> <form action="/users/register" method="post">
>
> to
>
> <form action="/CakePHP/users/register" method="post">


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