Random Wisdom

HTML Redirect

by on Aug.24, 2005, under How To ..., Software

Ever since I started this blog, I’ve been looking at some HTML code fragments. Here’s one to redirect pages:

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

Right now I’m using this to redirect visitors from my pandora home page to here. Got this fragment from this page.

:,

Leave a Reply