Some times it should be better to mask the domain instead of domain redirection and this can be done with the below frame forwarding code. You simply need to create an index.html file with the contents below under the document root of the domain which you want to set the domain forwarding:
<FRAMESET ROWS=”*,0″ FRAMEBORDER=0 BORDER=0 FRAMESPACING=0>
<FRAME SRC=”http://remotehostdomainname/” NORESIZE>
</FRAMESET>
You suppose to replace the remote host domain name with the exact url which you want set as an redirection for the domain.