I have a application written in php/js. And application has some dynamic links which needs to be working directly .
E.g.:
I want example.com/#/link1 to be accesible from outside my website. For example. I would like to post the example.com/#/link1 link in facebook.com so my friends can see it. However, when someone clicks on the link, it will take him to example.com/#link1, NOT example.com/ . How can i do it ?
https://github.com/balupton/jquery-history this might solve your problem