I have an all AJAX site that loads all pages from mysite.com/#/. What I want to be able to do is direct all the urls to a plugin (and if that is not possible, a page template). That way if a user goes to mysite.com/my/url. I can redirect them to mysite.com/#/my/url. Or if the page is shared on Facebook I can return the content for them to parse.
Any advice on the best way to do this would help.