07-07-2009, 02:06 PM
[eluser]Chad Fulton[/eluser]
I think Routing is your answer. Try this:
Why don't you think Routing is your answer? It seems like you want a pretty straightforward mapping from one URI (with one-entry in it) to another (with one_entry in it).
I think Routing is your answer. Try this:
Code:
$route['blog/one-entry/:any'] = 'blog/one_entry/$1';
Why don't you think Routing is your answer? It seems like you want a pretty straightforward mapping from one URI (with one-entry in it) to another (with one_entry in it).