Redirecting a page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

While I'm building a new web page for my wife is their a way to redirect
traffic to her exsisting page from a "underconstruction" page that I have
built???
 
In the "Head" of the page (HTML View)

<Head>
<META HTTP-EQUIV="Refresh" CONTENT="4;URL=Your page you want it to go
to.com">
</Head>

The number 4 is the number of seconds.. change this if you need more or less
time..

Also it is a good idea to provide a link to the page (Just in case)

bob
| While I'm building a new web page for my wife is their a way to redirect
| traffic to her exsisting page from a "underconstruction" page that I have
| built???
 
Your Welcome

bob
| Thanks Bob I'll try it!!!!
|
| "Bob" wrote:
|
| > In the "Head" of the page (HTML View)
| >
| > <Head>
| > <META HTTP-EQUIV="Refresh" CONTENT="4;URL=Your page you want it to go
| > to.com">
| > </Head>
| >
| > The number 4 is the number of seconds.. change this if you need more or
less
| > time..
| >
| > Also it is a good idea to provide a link to the page (Just in case)
| >
| > bob
| > | > | While I'm building a new web page for my wife is their a way to
redirect
| > | traffic to her exsisting page from a "underconstruction" page that I
have
| > | built???
| >
| >
| >
 
Back
Top