You can use the following code to make a URL forward/redirection via HTML
- Open NotePad
- 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> - Save it as index.html
- use FTP upload the file into /public_html
(or subfolder of /public_htm) - Done, and test.