Hi all,

The issue is that I want to change the route rule like this:

Change:
http://localhost/tags/view/tagName

To:
http;//localost/tags/tagName

I have tried
$Route->connect('/tags/*, array('controller' => tags, 'action' =>
'view',''firstparam'));
and
$Route->connect('/tags/:firstparam', array('controller' => 'tags',
'action' => 'view','firstparam'));
but they all seems useless.

How to solve it, thanks!

Regards,

--FH


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

Reply via email to