Create a html file in public_html directory named index.html.
Add the following code, replace domain with the domain name you want to redirect to.
Â
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET ROWS="100%, * " frameborder="no" framespacing=0 border=0>
<FRAME SRC=http://domain.co.uk
NAME="mainwindow" frameborder="no" framespacing="0" marginheight="0"
marginwidth="0">
</FRAME>
</FRAMESET>
<NOFRAMES>
<H2 align=center>Your browser does not support frames. We recommend
upgrading your browser.</H2>
<br><br>
Click here to enter the page: <a href="http://domain.co.uk">http://domain.co.uk</a>
</NOFRAMES>
</HTML>