Sunday, February 6, 2011

If you wish to forward to a site using a frame, please follow these steps:

  1. Login to your Control Panel.
  2. Click Hosting.
  3. Choose Files.
  4. Choose File Manager.
  5. Click on the www folder.
  6. Click on your domain directory.
  7. You should see an index.htm file listed. Click on edit (the pencil and paper icon on the right).
  8. 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>
  9. Modify the src URL to the website you wish to forward to.
  10. Modify the title of the page.
  11. Save the file.