you might want to read this post http://ragrawal.wordpress.com/2007/11/29/making-cakephp-controller-independent-of-how-parameters-are-sent/
I have discussed how your controller can be made independent of how parameters are sent Regards, bingo On Feb 21, 8:17 am, Walker Hamilton <[EMAIL PROTECTED]> wrote: > Use rewrite rules in htaccess instead. > > RewriteRule ^index.php?articleid=([0-9]+)$ /articles/view/$1 > [R=301] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
