javascript window.history.pushstate
window.history.pushState("http://example.ca", "Sample Title", "/example/path.html");
Dead Dingo
window.history.pushState("http://example.ca", "Sample Title", "/example/path.html");
window.history.pushState({urlPath:'/page1'},"",'/page1')