Cómo cambiar la ruta de la URL en JavaScript

var newURL = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname + window.location.search
Tame Tiger