How to Redirect an HTML Page to Another URL

Redirect an HTML Page to Another URL

To redirect an HTML page to another URL, please follow these steps:
  1. Using either the Plesk Control Panel File Manger or FTP, open (or download) and edit your html file and place the following code at the beginning of it.
    <html><meta http-equiv="refresh" content="0;url=http://example.com/" /></html>
  2. Edit the url=http://example.com/ section of the code to reflect the new address you would like the page to point to and save (or upload if you downloaded it).
 This type of redirect should not be used for permanent redirects. If you need to do a permanent redirect, please use a 301 redirect. The code for a 301 redirect is dependent on what programming language your site is using and supports. If you need assistance with setting up a 301 redirect, please contact the support department.

Add Feedback