routes: reroute a uri to a page?

edited September 2011 in News & Announcements
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

Sign In or Register to comment.