I have another host on a different site and i want to move my domain name so that when u type in my domain name it overtakes the www.something.myhost.com
can any1 help me?
Have you tried our free stealth forwarding?
When the user types in your domain name, it will actually load a different web page that you specify.
How do I set my domain to stealth forwarding?
http://www.dynadot.com/help/question.html?aid=2
try using this code in your index page:
<html><head>
<meta HTTP-EQUIV="REFRESH" content="10; url=www.something.myhost.com">
</head><body>
<center>Please wait while you are being redirected...<BR>If you are not redirected in 10 seconds please click <a href="www.something.myhost.com">here</a>
</body></html>
---
change content="10; to any amount of seconds... for 5 seconds use content="5;
---
My Domain Name Problem