- Login to your Control Panel.
- Click Hosting.
- Choose Files.
- Choose File Manager.
- Click on the www folder.
- Click on your domain directory.
- You should see an index.htm file listed. Click on edit (the pencil and paper icon on the right).
- In the editor window, insert the following code:
1
<html>
2
<head><title>Your Title</title></head>
3
<frameset rows="100%">
4
<frame src= "http://www.yourdomain.com" frameborder="0">
5
<frame frameborder="0">
6
<noframes><body></body></noframes>
7
</frameset>
8
</html>
- Modify the src URL to the website you wish to forward to.
- Modify the title of the page.
- Save the file.
Sunday, 6 February 2011
If you wish to forward to a site using a frame, please follow these steps:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment