First, create a file, index.php
Second, place the contents below inside index.php
<?php header("Location: http://www.vodien.com"); ?>
Lastly, change the URL to the desired URL required.
First, create a file, e.g. index.html. Next, place the contents below inside that file.
<html><head><title></title></head><frameset rows='100%, *' frameborder=no framespacing=0 border=0><frame src="http://www.vodien.com" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame></frameset><noframes><h2>Your browser does not support frames. We recommend upgrading your browser.</h2><br><br><center>Click <a href="http://www.vodien.com">here</a> to enter the site.</center></noframes></html><html><head> &amp;amp;lt;h2&amp;amp;gt;Your browser does not support frames. We recommend upgrading your browser.&amp;amp;lt;/h2&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;center&amp;amp;gt;Click &amp;amp;lt;a href=&amp;amp;quot;http://www.vodien.com&amp;amp;quot;&amp;amp;gt;here&amp;amp;lt;/a&amp;amp;gt; to enter the site.&amp;amp;lt;/center&amp;amp;gt;
This example uses http://www.vodien.com as the URL. Simply change this URL to your desired URL for this to work in your case.