I need to mask number of URLs with a short URL link that does not reveal location of the web page in the address bar.
Example: mywebsite.com/content-123
Masked URL: surl.us/ae12sw
Clarification: I am not looking for redirects like traditional URL shorteners (bit.ly) that would redirect user to long URL. I need the short URL to remain in the address bar masking the actual URL. But the page would display the content from original website.
Not sure if this will help but maybe try adding something like this to the JavaScript of each page