How to Setup URL Forwarding HTML Page in cPanel


This article provides a guide for how to setup URL forwarding HTML page in cPanel shared hosting account.

How to Setup URL Forwarding HTML Page in cPanel

To setup a URL forwarding HTML page in cPanel, follow the steps below:

  1. Login to cPanel.
  2. Navigate to the "File Manager" (cPanel Home -> Files -> File Manager).
  3. From the Document Root, click the "+ File" button in top-left corner.
  4. Name the file, "index.html".
  5. Click to edit the file, "index.html".
  6. Enter the following code in the file editor:
    <html>
    <head>
    <meta http-equiv="refresh" content="5; URL=your-destination-url" />
    </head>
    <body>
    <p>If you are not redirected in five seconds, <a href="your-destination-url">click here</a>.</p>
    </body>
    </html>
    	
  7. Replace both instances of "your-destination-url" with your desired URL destination (i.e. https://en.wikipedia.org)
  8. Click "Save" to save the file.
  9. Now, you can visit the address in your browser to verify your URL forwarding HTML page was successfully created.

Conclusion

You now know how to setup URL forwarding HTML page in cPanel.

  • 0 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Related Articles

Video: Create Email Address in cPanel

This video tutorial demonstrates how to create an email address using cPanel Shared Hosting...

Disabling mod_security in cPanel

Mod_security is an apache module that helps to protect your website from various attacks. It is...

Video: Setup Email Forwarder in cPanel

View our Step-by-Step Tutorial Video for Setting up an Email Forwarder in cPanel Shared Hosting.

Install an SSL Certificate Using the AutoInstaller Software in cPanel

This article will describe how to use AutoInstall to install an SSL certificate.The AutoInstall...

Video: Add MX Entry in cPanel

This video tutorial provides Step-by-Step instructions for adding an MX entry in cPanel Hosting...