I want to change the page URL without changing the Page with Javascript
, I want to completely change the URL including the Host Domain.
For example: Origional URL: http://host-one.com/page.html
New URL : http://host-two.com/another-page.html
But not changing the contents.
Thanks in advance for the help !