Is it possible to change the entire URI of a page without reloading the page and actually going to the new URI? I know we can change the URL relative to the root domain, i.e. stackoverflow.com -> stackoverflow.com/asdf
Can this be done?
stackoverflow.com -> quora.com
I'm asking to make sure this is not possible.
EDIT: This question is different because I am asking if it's possible to change not just the path after the domain but the domain itself.