Neste caso você terá que utilizar linguagem HTML e os frames:
<html>
<head>
<title>DialHost Teste</title>
</head>
<frameset rows="0,*" border="0">
<frame name="header" scrolling="no" noresize target="main">
<frame name="main" src="http://www.seunovodominio.com.br">
<noframes>
<body></body>
</noframes>
</frameset>
</html>
Tudo Pronto! Viu como é fácil redirecionar sem mudar a URL.