Does anyone know if it's possible to use segments on the default controller?
For example if i want to go to a profile on my site, it would be site.com/profileName, i know you would use it to access other controllers but I want it work so that if codeigniter can't access any controllers by what is entered in the segment, then i'd like it to look for a matching profile name from a MySQL table and then access the correct profile page and if it fails to find a match then the page will not exist, anyone have any idea on how i'd go about doing this? thanks!