I understand that my question is vague, which is probably the reason I can not find anything online.
This is what I am attempting to do. I want to have a URL like so:
http://app.myurl.com/8hhse92
8hhse92 is not a folder or file on my server. It is the ID or instance ID for a user. I want javascript/angular to be able to pull that info and use it to pass commands to the back end.
My question is then how do I tell my program/website to not try and go to that page but instead leave it there and go to a page that I tell my system to go to.