'(:any)' => 'page/view$1',this will allow any url to use the page view controller/action. If you need to still define other routes do this
'home' => 'page/home', 'about' => 'page/about', '(:any)' => 'page/view$1',
It looks like you're new here. If you want to get involved, click one of these buttons!