On Thu, Oct 28, 2004 at 02:19:21PM +0300, Andrey Andreev wrote:Put this in the index.html or whatever your server serves
<meta http-equiv="Refresh" content="0;url=http://google.com" />
fix the 0 to the number of seconds to wait before the redirect fires, and the url to the url you want.
Oh, please don't do this. It's really annoying for visitors, because it breaks the "back" button.
Moreover, it only works for the page(s) you actually create with this meta tag in; the redirect solution on the server handles *all* URLs in one go.
Paul.