You can use a service like
www.mydomain.com ?
Basically you use a frameset
Code:
<html>
<head>
<title>Title</title>
</head>
<frameset rows="100%,*" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">
<frame name="therealpage" src="http://www.somepage.com" marginwidth="0" marginheight="0" frameborder="no" framespacing="0" border="0">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>