To redirect the page without changing web address. You can use the below code:

Create the index page and insert the below code:

<html>
<body>
<FRAMESET ROWS=”*,0″ FRAMEBORDER=0 BORDER=0 FRAMESPACING=0>
<FRAME SRC=”http://www.domain.com.ie/” NORESIZE>
</FRAMESET>
</body>
</html>

[notice]Change your domain.com to your actual domain name. [/notice]

 

Comments are closed.