With the default Cake instalation you can access controller actions
under two URLs:

/posts/add
/posts/add/

I would like to have consistent URLs in my application in following
form (with trailing slash):

/posts/add/

so I have added a rule to .htaccess file to redirect non-trailing-
slash version to trailing slash version.

But this causes problems with POST data as Cake Helpers generate URLs
without trailing slash?

How can I fix this issue without modyfying code generated by form and
html  helpers?

Regards,
Grzegorz


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