One of my clients has changed their domain name. I want to add an 'index'
page to their old site that will 'redirect' the user to the new site. I
remember doing this before but I've lost the 'code' to do it.
Do you have a sample 'page' that shows how to do the 'redirect'?
"Larry Rebich" <lrebich@earthlink.net> wrote in message
news:3bd45efc$1@news.devx.com...
> One of my clients has changed their domain name. I want to add an 'index'
> page to their old site that will 'redirect' the user to the new site. I
> remember doing this before but I've lost the 'code' to do it.
>
> Do you have a sample 'page' that shows how to do the 'redirect'?
>
> Thanks and Cheers,
> Larry Rebich
>
>
>
10-22-2001, 07:08 PM
Douglas J. Steele
Re: Redirect
In between the <HEAD> and </HEAD> lines, put something like:
This will redirect the user to the url specified in 10 seconds.
In the body of the page, put something along the lines of:
The new address is:<BR>
<A HREF="http://www.newsite.com/">http://www.newsite.com/</A>
<BR><BR>
(Your browser should automatically take you there. If it doesn't, click on
the new address above.)
<BR><BR>
Don't forget to update your bookmarks!
<BR><BR>
"Larry Rebich" <lrebich@earthlink.net> wrote in message
news:3bd45efc$1@news.devx.com...
> One of my clients has changed their domain name. I want to add an 'index'
> page to their old site that will 'redirect' the user to the new site. I
> remember doing this before but I've lost the 'code' to do it.
>
> Do you have a sample 'page' that shows how to do the 'redirect'?
>
> Thanks and Cheers,
> Larry Rebich
>
>
>
05-23-2002, 07:44 AM
Tim B
Re: Redirect
You need to place a meta refresh tag in the head of the index page:
"Larry Rebich" <lrebich@earthlink.net> wrote:
>One of my clients has changed their domain name. I want to add an 'index'
>page to their old site that will 'redirect' the user to the new site. I
>remember doing this before but I've lost the 'code' to do it.
>
>Do you have a sample 'page' that shows how to do the 'redirect'?
>
>Thanks and Cheers,
>Larry Rebich
>
>
>