Hey guys, having a bit of a time. I am learning to work with MVC. I have everything working fine, but I would like to rewrite the urls a little more friendly than what they are. For example...
site.com/control/view/id/5 => site.com/control/the-page
I really am not sure how to go about this, since the view/id is relied upon to determine which method is being called. Since this could vary, I'm not sure if I used mod_rewrite to remove this if it would be able to determine everything correctly or not.
Does anyone have any experience in this field that could help point me in the right direction?