'admin/(:segment)' =>'admin/$1/index', 'admin/(:segment)/view-all' =>'admin/$1/view-all',If my URL is /admin/case-studies/view-all, how do I set up my routing table to map this to /admin/casestudies/viewall without creating a special case each time a url has a hyphen in it? Sorry if I've not explained it well! Rob McCann
It looks like you're new here. If you want to get involved, click one of these buttons!