The low-tech way is to add the following tag to the -head- of your current default page:
<meta http-equiv="Refresh" content="0; URL=http://www.mydomain.com/randomfile/"> (The zero, if you didn't know, is the number of seconds you want the browser to display the current page before redirecting. Zero would tell the browser to redirect immediately, but the actual speed depends on a number of factors, so the page content might display briefly. You can always display the link as well on the page.)
Anything more complicated than that either requires a scripting language (coldfusion, asp, jsp...) or a configuration at the web server that handles the redirect. Hope that helps.
__________________
be the change you want
|