how do you do a simple redirect?

Walleye

Banned
Dec 1, 2002
7,939
0
0
a simple page redirect? from one page to a different one automatically? in html... i'm hosting a site for this girl who doesnt understand html too well, and she was using frontpage, and didnt realize the homepage has to be index.html...
 

Rallispec

Lifer
Jul 26, 2001
12,375
10
81
add this meta tag to the source:


<meta http-equiv="refresh" content="5; url=http://webpage.com">