Wednesday, October 31, 2007

Creating an auto redirector from your old web page to your new blog

I have a free domain space from the university at
http://www.comp.nus.edu.sg/~anojrama

Now, I am too lazy to host anything worthwhile on it. How about redirecting users to my blog automatically from there.
Just add the following lines in your index.html in your old web page.

#www.comp.nus.edu.sg/~anojrama/index.html


<html>
<META HTTP-EQUIV="Refresh" content= "0;URL=http://anojrs.blogspot.com">
</html>

No comments: