Forum Moderators: phranque
I use zoneedit.com which is a dynamic dns service.
It allows me to forward a domain to another ip perserving the domain name.
So, if my domain is abc.com and I forward to cnn.com users will see the content of cnn.com while the url still says abc.com.
Follow me?
How can I accomplish this without using a service such as zoneedit. Is there a way to do this with my host? Thanks everyone!
(insert this code on the base file of abc.com under the head tag and above the html tag)
Example:
<frameset frameborder="0" framespacing="0" border="0" rows="100%,*">
<frame name="TOPFRAME" src="http://www.cnn.com/" noresize>
<noframes>
<body>
Click here to enter
<a href="http://www.cnn.com/">http://www.cnn.com</a>
</body>
</noframes>
</frame>
</frameset>
I would take caution when doing this. Cloaking/masking can be unethical if misconstrued, which can lead to consequences. With that said, I highly recommend a 301. Keep in mind that search spiders can recognize a masked site and you could potentially harm your site's visibility.
A CNAME change will hide site B, visitors will still see site A in their address bar.