Wednesday, August 11, 2010

Domain forward/masking (or) Domain Redirection/masking


If want to redirect one domain to the other domain. But want to display the first domain in the address bar use the below steps.

1. Create a new "index.html" under your site's root directory.

2. Copy the below code

<FRAMESET ROWS="100%, *" COLS="100%">
<FRAME SRC="your link here">

<NOFRAMES>
<H1>No Frames? No Problem!</H1>
Take a look at our
<A HREF="basic.noframes.html">no-frames</A>
version.
</NOFRAMES>

</FRAMESET>

3. Save the file


 All is set fine now. You can access the first domain with its url in the first bar but it contains the content of second domain.

No comments:

Post a Comment