I have a domain “www.example.com” located at Server A (web provider exabyte.com).
Facing two situation here.
1.I want to direct www.example.com from www.abc.com located at Server B(same provider as Server A/same location)
2.I want to direct www.example.com from www.123.com located at Server C(web provider hostmonster /different location)
Frameset can be used to direct the www.example.com, from both new domains..
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="mainFrame" src="http://www.example.com">
<noframes></noframes>
</frameset>
but in my case, I don't want to use frameset.
Anyone know any alternative solution? Please Help, and Thanks in advance.