Get 50% Discount Offer 26 Days

Contact Info

2nd Floor, House-42, Road-20, Sector-11, Uttara, Dhaka-1230

+8801711-286015

info@tishost.com

TisHost
Author Name
TisHost
Categories
cPanel Hosting
Views
241
Date
Aug 22,2019

How to set up URL Frame in cPanel

How to set up URL Frame in cPanel
Url frame works similar to URL redirect except that instead of redirecting the visitor to your web page, the web page will be fetched from the other server and displayed in a frame. The difference is that after redirection, the browser's address bar will continue to display your domain name.

Unfortunately, there is no tool in cPanel which would automatically set up URL frame. However, you are still able to do that using certain HTML tags in your site index file.


  •  
     

The   element holds one or more <i></i>elements, each <i></i>element can hold a separate document, so there will be multiple pages fetched into your index page.</div><br style="color: rgb(109, 110, 112); font-family: "GB Museo Sans", Arial, Helvetica, sans-serif; font-size: 16px;"><div style="color: rgb(109, 110, 112); font-family: "GB Museo Sans", Arial, Helvetica, sans-serif; font-size: 16px;">To set up URL frame using the <noframes> tag, insert the following code into your main index file and save the changes (make sure <i>example.com</i> is replaced with the destination domain and <i>Site Title</i> with the actual site name you wish to be displayed in the browser tab):<span style="font-weight: 700;"><br></span></div><div style="color: rgb(109, 110, 112); font-family: "GB Museo Sans", Arial, Helvetica, sans-serif; font-size: 16px;"><span style="font-weight: 700;"><br></span></div><div style="color: rgb(109, 110, 112); font-family: "GB Museo Sans", Arial, Helvetica, sans-serif; font-size: 16px;"><i><html><br>  <head><br>    <title>Site Title</title><br>  </head><br>  <frameset cols="50%,50%"><br>    <frame src="https://example.com"><br>    <noframes>Sorry, your browser doesn’t support frames.
 


NOTE 1:  tags are not supported in HTML5. Starting from it, only