Archive for the ‘URL masking’ Category

TheĀ  URL can be forwaded without showing the change in the browser by placing the below code in the index.php of the domain which is to be redirected . <HTML> <HEAD> <base href=”http://www.sherinsunny.com/” /> <meta name=”DESCRIPTION” content=””> <TITLE></TITLE> </HEAD> <FRAMESET ROWS=”100%, *” frameborder=”no” framespacing=0 border=0> <FRAME SRC=”http://www.sherinsunny.com” NAME=”mainwindow” frameborder=”no” framespacing=”0″ marginheight=”0″ marginwidth=”0″></FRAME> </FRAMESET> <NOFRAMES> <CENTER> [...]