2nd Option
You can also use the following code in the index of the domain that you want to point to the other:
<meta http-equiv="refresh" content="0; url="index.php">
Change content="0" to how many seconds you want it to take before it redirects the page request or leave it as 0 to make the redirect immediate.
Change url="index.php" to your own web address, unless you just want to give us some free visitors.
|