JavaScript Alterar URL sem redirecionar
window.history.pushState("", "", '/newpage');
Ugric
window.history.pushState("", "", '/newpage');
window.location.href = "http://mywebsite.com/home.html";