Results 1 to 2 of 2

Thread: how to auto divert my page

  1. #1
    Join Date
    Mar 2006
    Posts
    16

    how to auto divert my page

    Hi,
    I would like to auto direct the web reader of my existing website address to another page.
    How can I go about doing this?

    Thanks
    Lily

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    A meta-refresh is required in the head of your old page:
    <META http-equiv="refresh" content="0; URL=http://new-page.html">

    or to an external site:
    <META http-equiv="refresh" content="0; URL=http://www.website.com/new-page.html">

    The time lag above is zero seconds but can be any number. Note "0 has no " after it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •