I have a controller products and a method show. Method get id of
product.
And I want SEO URL:
www.example.com/seo-name-product-product-id_product.thml
so:
www.examples.com/pentium-4-product-123.thml
$Route->connect
('/([0-9]+),([A-Za-z_]+)-product-.html',array('controller'=>'products',
'action'=>'show'));
But it return:
Missing controller
You are seeing this error because controller ....
I seen this router in BakeSale and in this go good!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---