I'm assuming that you have some rewriting going on to handle the URL without /content/<path>/, so, you could simply take your go to parameter, strip out the https://<domain> and use what is left over (minus the .html)So, https://www.mydomain.com/mypage.html would become "mypage", you know the conten...