Welcome Guest, Not a member yet? Register   Sign In
Rotes
#1

[eluser]Unknown[/eluser]
Hi guys,

See if you can help me.

I wold like to do friendly url in my sistem.

Exemple,

I register and my url in the system will be exemple.com.br/username

I am tryning so:

Code:
$route['default_controller/(:any)'] = "home/home/$1";

and

Code:
$route['default_controller/(:any)'] = "home/$1";

Where home is my main class

but I`m not having sucess

hugs,
Renan




Theme © iAndrew 2016 - Forum software by © MyBB