Since you tagged the question with javascript and html...
For a purely HTML solution, you can use a meta tag in the header to "refresh" the page, specifying a different URL:
If you can/want to use JavaScript, you can set the location.href of the window: