Hi is any way how i can chage url for paging?

Router:
        Router::connect('/:seourl/list/',array('controller' => 'entries',
'action' => 'categories'),array('pass' => array('seourl')));

this generate:
http://localhost/seourl-category/list
Its ok, but url for paging are:
http://localhost/entries/categories/seourl-category/page:2

It isnt good I need:
http://localhost/seourl-category/list/page:2

or link without page:
http://localhost/seourl-category/list/2

Please can you help me how i will write router or setting paginator
helper.
THX
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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