Friday, November 09, 2007

HTML Redirect

Due to I created the customer domain for www.blogpot.com and the custom domain provided one CNAME, we must be select the http://www.ltotol.com/ or lotal.com point to blogspot DNS server but I would like to using the both of them so I choose the edit the CNAME of http://www.ltotol.com/ to blogspot, set up the free host service and create the index.html the content the following code.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.ltotal.com">

What is it?
It is a HTML redirect code that automatic redirect this page to another page. There are 2 major parameters.
1. 0; It mean shown this page 0 second.
2. http://www.ltotal.com; it mean after finish the above where we will go

No comments:

Post a Comment