Search Our Database

How to add Frame Forwarding to your websites

Last updated on |

Introduction

If you wish to preview your site as another site without redirecting the site, you may add the frame forwarding to your website hosting.

Prerequisite

  • Access SSH to server with root access
  • Knowledge on SSH command
  • Knowledge on web configuration

 

  1. SSH into your server and locate your website root folder.
  2. Create an index.html file and add the following lines into the file.
    <html>
       <head>
          <title>Title of your webpage</title>
       </head>
       <frameset cols="*">
          <frame name="main" src="https://www.site-helper.com" scrolling="auto" noresize>
        <noframes>
       <body>
           Your browser does not support frames
       </body>
       </noframes>
       </frameset>
    </html>
  3. Replace the “Title of your webpage” to any title and replace the website URL – “www.site-helper.com” to the URL that you wish to preview.

Conclusion

By going through the steps above, you should be able to view your site as another site.

 

For additional assistance or if you encounter any issues, please contact our support team at support@ipserverone.com.