That is not an mod_rewrite problem. You will have to generate an url
by yourself (such a form will never generate a "pretty url").
I think you should use POST or AJAX for your issue.
Jacob

On 27 Sep., 17:51, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi there,
>
> I was asking this at irc for a few times but did not get any anwser.
> Hope you guys can help me.
>
> What I'm looking for is a way to change the style of how $_GET
> formdata is passed.
>
> <form action="/myController/" method="get">
>   <input type="text" name="field" value="test" />
> </form>
>
> Will result in the following url: /myController/?field=test
>
> As this is not pretty and not good to work with in cake, I want the
> url to be:
> /myController/test
>
> I think this can be done by mod_rewrite rules.
> But does anybody know if there's a yet implemented solution in cake?
>
> Hope you can help me on this.
>
> Kinda Regards,
> nachktrab


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