I have some web pages that (for example: http://www.fantasyfootballxtreme.com/football/player/view/74/) that are wordpress at it's core, but, run a MVC (model view controller) framework on top of that. Essentially, what this means is that when you're code runs on any of these pages, they don't actually link to what the URL says. Instead they link to http://www.fantasyfootballxtreme.com/somepage which is the routing page for the MVC.
Is there a way where i can force the share to be a different URL than what say WordPress or the system thinks?
Thanks,