View Single Post
  #4  
Old 05-10-2008, 05:22 PM
CarbonTerry's Avatar
CarbonTerry CarbonTerry is offline
Brigadier General
 
Join Date: Oct 2005
Location: St L MO
Posts: 1,365
Default Re: How to point new domain

Place the following HTML redirect code Between the Head tags of your HTML code.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
The text in red should be the URL of the new website to want to go to.
Reply With Quote