I have a website that generates the following URL on the home page in the browser bar:
http://example.com/int/bdf/eng/
I want change it to the following without reloading the page:
http://example.com
Is there an IE8+ solution available?
i know about window.history.pushState("", "", "");
but how to use it? Or would it be better to use a htaccess file?