JavaScript modificar URL sin recargar página
window.history.pushState('', 'New Page Title', '/new-url.php');
Grepper
window.history.pushState('', 'New Page Title', '/new-url.php');