Results 1 to 2 of 2

Thread: Redirecting script?

  1. #1
    Join Date
    Mar 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Redirecting script?

    Hi

    Is there a scrips or something that I can use to redirect a site autimatically to a different address?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You can use meta-tags. They work in most normal cases.

    For example:

    Code:
    <html>
    
    <head>
    <title>Meta Redirect Code</title>
    <meta http-equiv="refresh" content="5;url=http://www.google.com">
    </head>
    <body>
    Your browser will be automatically redirected to the new site.
    </body>
    Redirects to google in 5 seconds.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

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