Currently I am pointing my domain (mydomain.com) somewhere by using this as the index.html:
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://somewhere.com">
</head>
<body>
</body>
</html>
However, when I go to mydomain.com, it redirects to somewhere.com, but the URL is actually changed to "somewhere.com" in the browser. Is there a way to make it forward but have the browser url still say mydomain.com?
Thanks,
Dave