How to set up URL Frame in cPanel?

Unfortunately cPanel does not have a URL Frame feature. But you can set up URL Frame forwarding 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>
<frame src="http://destination_domain.tld">
</frameset>
<noframes>Your browser does not support frames. Please click <a href="http://destination_domain.tld"> here </a> to be redirected automatically </noframes> <!-- This tag is required for old browsers. If browser does not support frames, end user will see a message indicated between <noframes>...</noframes> -->
</html>

Simply change "http://destination_domain.tld" to the url you want to forward to and save the changes.


*Please note that you need to name this page index.html if it is the first (or the only) page for your website.
  • 38 Users Found This Useful
Was this answer helpful?

Related Articles

What are my web hosting nameservers?

The nameservers for Branzone.com shared hosting are: ns1.branzone.comns2.branzone.com

What is the path to my web hosting files?

The path to your files in our shared hosting environment will always be: /home/username...

How do I access my web hosting control panel?

You can access your web hosting control panel by using the following URL:...

How do I access my webmail?

You can access your email through the following webmail link: http://yourdomain.com/webmail

What are my email server settings?

Note: IMAP email access coordinates between the server and you mail application. Messages that...