Welcome Guest, Not a member yet? Register   Sign In
domain.com/$id or $username or w/e [solved]
#3

[eluser]DADE[/eluser]
Yes, and I need
Code:
$route[':any'] = "users/profile/$1";
But obviously if I'll do this, every example.com/something, will user this route. I don't need this. I still have some other pages like.

Boom: Idea runs through my brain. Big Grin Maybe if I'll write other routes all will be fine. Like:

Code:
$route[':any'] = "user/profile/$1";
$route['personal'] = "user/personal";
$route['embed'] = "user/embed";

I'll try and write back about result Big Grin


Messages In This Thread
domain.com/$id or $username or w/e [solved] - by El Forum - 08-30-2010, 06:08 PM
domain.com/$id or $username or w/e [solved] - by El Forum - 08-31-2010, 01:24 AM
domain.com/$id or $username or w/e [solved] - by El Forum - 08-31-2010, 02:13 AM
domain.com/$id or $username or w/e [solved] - by El Forum - 08-31-2010, 02:17 AM
domain.com/$id or $username or w/e [solved] - by El Forum - 08-31-2010, 02:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB