Hi
I want to use site/post:110
instead of normal routing: site/post/110
how I can do that?
I also added a routing but not working:
$router->add('/post(:)([0-9])', array(
'module' => 'backend',
'controller' => 'posts',
'action' => 'show',
'id' => 2
));