How to set up URL Frame in cPanel server?

URL frame forwarding is not provided in cPanel. But you can set up this for your domain on your own. For that you will need to create a simple html page with the following code: 


<HTML>
<HEAD>
<TITLE> Type here anything you want </title> <!-- This text will be shown as name of the page -->
</HEAD>
<FRAMESET SIZE="100%,*">
<FRAME SRC="
http://destination_domain.com/folder/">
</FRAME>
</FRAMESET>
<BODY>
</BODY>
</HTML>


 Save changes to the file and you are done. :)

Please note that you need to name this page index.html if it is the first (or the only) page for your website.


Thank you.

Comments

Popular posts from this blog

SVN: File remains in conflict

HowTo: Enable extended logging for exim

12 tweakings for WHM/cPanel to speed up WordPress