You have a choice here:
1. Delete [OldHomePage.htm] (or rename it to something else) and rename
[NewHomePage.htm] to [OldHomePage.htm]
2. Edit [OldHomePage.htm] so it looks like the following...
(NOTE: I changed the greater-than and the less-than signs so the code
would not render as html in your reader)
--- code begin ---
HTML:
[title]Redirect[/title]
[body]
[!-- This page redirects the visitor to whatever page I intend to be the
"home" page
at this particular time. --]
[script language="javascript"]
location.replace("http://yourwebsite/NewHomePage.html");
[/script]
[/body]
[/html>]
--- code end ---
[QUOTE="Bruce A. Julseth"]
I have a "new" homepage. How do I automatically direct clients to this new
home page, i.e. when clients enter "OldHomePage.htm", they will
automatically be directed to "NewHomePage.htm."
Thanks......
Bruce
[/QUOTE]
[/QUOTE]