return array( '_root_' => 'cover', // The default route 'article/(:any)' => 'articles/show/$1', );but this would then route to something like this (with additional '/articles/' in url):
It looks like you're new here. If you want to get involved, click one of these buttons!