Hey All,
Just wandering if it is possible to do the following with routes or CI in general.
i have a site which has a list of members and i would like the member home page to be located at:
http://www.mysite.com/mattems
i thought the way would be to add a route $route[’:any’] = ‘member’;
this will not work because it will not load any of my other controllers.
Any ideas of how i could get this to work without breaking the normal workings of CI.
Cheers
Matt
