Results 1 to 8 of 8

Thread: Redirect Script

  1. #1
    BawA's Avatar FST Pioneer BT Rep: +1
    Join Date
    Jun 2003
    Location
    Some Where but not here
    Age
    41
    Posts
    4,213
    is there any script to redirect a visitor from old site to recent site like i change ma webhosting and still some1 come to previous address and i want to redirect him to new site.


    "You can be mad as a mad dog at the way things went; you can swear and curse the fates, but when it comes to the end, you have to let go"
    Benjamen button

  2. Internet, Programming and Graphics   -   #2
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  3. Internet, Programming and Graphics   -   #3
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    dunno, but it's real easy to do if your running apache. Just make a few changes to the .conf file.

  4. Internet, Programming and Graphics   -   #4
    BawA's Avatar FST Pioneer BT Rep: +1
    Join Date
    Jun 2003
    Location
    Some Where but not here
    Age
    41
    Posts
    4,213
    mybe am going offtopic but how can i set a primery directory on ma server usin Cpanel 8


    "You can be mad as a mad dog at the way things went; you can swear and curse the fates, but when it comes to the end, you have to let go"
    Benjamen button

  5. Internet, Programming and Graphics   -   #5
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by bawa@Klite_user@17 April 2004 - 01:37
    mybe am going offtopic but how can i set a primery directory on ma server usin Cpanel 8


    At least maybe I would if I could understand what you just said.

  6. Internet, Programming and Graphics   -   #6
    Poster
    Join Date
    Jan 2004
    Posts
    3,073
    Five seconds after you go to this site, you'll be re-directed to Google

    Code:
    <html>
    <META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.google.com">
    </html>
    On a given day or given circumstance, you think you have a limit.
    And you then go for this limit and you touch this limit and you think "Ok, this is the limit".
    As soon as you touch this limit, something happens and you suddenly can go a little bit further.
    With your mind power, your determination, your instinct and the experience as well, you can fly very high.

    - Ayrton Senna, R.I.P.

  7. Internet, Programming and Graphics   -   #7
    BawA's Avatar FST Pioneer BT Rep: +1
    Join Date
    Jun 2003
    Location
    Some Where but not here
    Age
    41
    Posts
    4,213
    Great. Thanks Buddy


    "You can be mad as a mad dog at the way things went; you can swear and curse the fates, but when it comes to the end, you have to let go"
    Benjamen button

  8. Internet, Programming and Graphics   -   #8
    h1
    Guest
    <?php
    header(&#39;Location: http://www.somewhere.com&#39;
    ?>

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
  •