It looks like you're new here. If you want to get involved, click one of these buttons!
$route['about/my_old_page'] = 'about/my_new_page';
Comments
$route['about/my_old_page'] = 'about/my_new_page';
For what you are wanting to do, I'd recommend using .htaccess:
http://dense13.com/blog/2008/02/27/redirecting-non-www-to-www-with-htaccess/