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 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Related Articles

Create Spam Filters for Mailing Lists

This document explains how to create mail filter rules in cPanel's Mailing Lists interface (Home...

Video: Create Email Filter in cPanel

This video tutorial provides Step-by-Step instructions for creating an email filter in cPanel...

Video: Managing Directory Privacy in cPanel

This video tutorial provides Step-by-Step instructions for managing Directory Privacy within a...

Video: How to Block IPs in cPanel

This video tutorial provides Step-by-Step instructions for blocking specific IPs from accessing...

Video: Hotlink Protection in cPanel

This video tutorial provides Step-by-Step instructions for creating custom error pages from...