Codeigniter Routing not equal to pattern

pubsskakash

New Member
I am working on a codeigniter app and am having some trouble wrapping my head around a routing issue. Basically I would like all routes to map to an specific controller action by default, but I would also like to able to specify an array of routes (or ideally initial url segments) which shouldn't follow this pattern. By way of example:If I enter domain.com/username it maps to domain.com/controller/method/show/usernameIf I enter domain.com/account it maps to domain.com/accountAny help very gratefully received!James
 
Back
Top