I need some help. I want to change address bar content, but i need replace whole addres including www.site.com/(domain)
I make a try with:
window.history.pushState("object or string", "Title", "new-url");
But without sucess. Please help?
Thanks