Welcome Guest, Not a member yet? Register   Sign In
URL rewriting
#2

[eluser]Chad Fulton[/eluser]
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).


Messages In This Thread
URL rewriting - by El Forum - 07-07-2009, 12:37 PM
URL rewriting - by El Forum - 07-07-2009, 02:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB