03-11-2008, 04:37 PM
[eluser]zilverdistel[/eluser]
I see ... you might try something like this. I'm not sure if the regualar expression used is what you want, but as an example this can serve:
it goes in application/config/routes.php, at the bottom of the file. There's a section in the user guide about this: http://ellislab.com/codeigniter/user-gui...uting.html.
I see ... you might try something like this. I'm not sure if the regualar expression used is what you want, but as an example this can serve:
Code:
$route['/([a-z]+)/(\d+)'] = "blog/$1/$2";
it goes in application/config/routes.php, at the bottom of the file. There's a section in the user guide about this: http://ellislab.com/codeigniter/user-gui...uting.html.