Welcome Guest, Not a member yet? Register   Sign In
uri routing / default controller question
#2

[eluser]Phil Sturgeon[/eluser]
Something along the lines of:

Code:
$route[':any/portfolio'] = 'portfolio/category/$1';
$route[':any/news/:num'] = 'news/article/$2/$1';
$route[':any/news'] = 'news/category/$1';


Messages In This Thread
uri routing / default controller question - by El Forum - 12-30-2008, 06:47 AM
uri routing / default controller question - by El Forum - 12-30-2008, 09:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB