You can use the following code to make a URL forward/redirection via HTML

  1. Open NotePad
  2. Copy and Paste the following code
    (remember to change the text in red to your destination URL)

    <html>
    <head>
    <title>Forwarding…</title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
    <meta http-equiv=”refresh” content=”0;URL=http://www.AnotherDomain.com/“>
    </head>

    <body bgcolor=”#FFFFFF”>

    </body>
    </html>

  3. Save it as index.html
  4. use FTP upload the file into /public_html
    (or subfolder of /public_htm)
  5. Done, and test.

 

Pin It on Pinterest

Share This