Redirect site without changing url

To redirect site without changing url add the following code to index.php or index.html file:

<FRAMESET ROWS=”*,0″ FRAMEBORDER=0 BORDER=0 FRAMESPACING=0> <FRAME SRC=”http://www.YOURNAME.COM/” NORESIZE> </FRAMESET>