routes: reroute a uri to a page?
How can i create a re-routing of "/foo" to a page that normally shows up as "/bar"
i tried application/config/routes.php
$route['foo'] = '/bar';
and also inside /modules/fuel/fuel_routes.php but still no success...
any ideas? cheers
Comments