How to set up URL Frame in cPanel?

Unfortunately URL Frame feature is not provided in cPanel.
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>

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.

  • 37 Users Found This Useful
Was this answer helpful?

Related Articles

How many email addresses can I create?

You can create 25 spam protected email addresses with our Modo Starter plan, 50 email addresses...

How to upload the content of an add-on domain?

You have to upload the files for an addon domain to its directory. When you create a new...

How to add custom error pages?

Custom error pages can be created from cPanel -> Advanced -> Error pages. Once you...

How can I create different types of web redirect with my cPanel?

1. Begin by scrolling to the Domains category after logging into your control panel 2. Click...

Why a subdomain is connected to the addon domain?

Cpanel works this way. The subdomain is required for the addon to work properly and should not...

Powered by WHMCompleteSolution