Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] route only one controller
#2

[eluser]bubbafoley[/eluser]
Code:
$route['posts'] = "site/posts";

of if you want to route more than one

Code:
$route['(foo|bar|baz)'] = "site/$1";


Messages In This Thread
[SOLVED] route only one controller - by El Forum - 06-19-2011, 04:17 AM
[SOLVED] route only one controller - by El Forum - 06-20-2011, 11:26 AM
[SOLVED] route only one controller - by El Forum - 06-20-2011, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB