Answer the question
In order to leave comments, you need to log in
How to fix Kohana 3.2 routing issue for cnc?
A route of this kind does not pass:
Route::set('salon','salon/<link>-<id>')
->defaults(array(
'directory' => 'pages',
'controller' => 'salon',
'action' => 'index',
));
Route::set('salon','salon/<link>')
->defaults(array(
'directory' => 'pages',
'controller' => 'salon',
'action' => 'index',
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question