Results 1 to 4 of 4

Thread: Redirection method

  1. #1
    Senior Member Kyle's Avatar
    Join Date
    Jun 2003
    Location
    Chicago
    Posts
    840

    Redirection method

    I'm going to have a typical redirection script on my new affiliate site to avoid automated Yahoo bans. This is being done in ASP, but that isn't important as this question is not related to programming the script. I need to decide what method to use when sending the visitor to the redirected URL.

    So if out.asp?id=5 calls up a link to http://www.cnn.com, what method should I use for the redirect?

    Chris what does your out.php do on your sites?
    Kyle

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    header("Location: http://www.example.com");
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Senior Member Kyle's Avatar
    Join Date
    Jun 2003
    Location
    Chicago
    Posts
    840
    Ah.. so you are using php.

    Does anyone know a good way to do the ASP equivalent of what Chris is mentioning here?
    Kyle

  4. #4
    Senior Member Kyle's Avatar
    Join Date
    Jun 2003
    Location
    Chicago
    Posts
    840
    Nevermind got it. It's response.redirect in ASP.

    Thx.
    Last edited by Kyle; 07-06-2004 at 04:14 PM.
    Kyle

Similar Threads

  1. URL Redirection
    By mobilebadboy in forum Advertising & Affiliate Programs
    Replies: 2
    Last Post: 05-21-2004, 06:40 AM

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
  •