how to redirect url for pr

Discussion in 'Google' started by 3dcgmodel, Jun 29, 2007.

  1. #1
    3dcgmodel, Jun 29, 2007 IP
  2. chriscoop

    chriscoop Active Member

    Messages:
    224
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #2
    Put this in your htaccess

     
    chriscoop, Jun 29, 2007 IP
  3. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #3
    using that code which is given on reply 2 will help you to avoid from supplementa results
     
    trichnosis, Jun 29, 2007 IP
  4. 3dcgmodel

    3dcgmodel Banned

    Messages:
    655
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i 'm using IIS. how to do?

    < ?
    Header( “HTTP/1.1 301 Moved Permanently” );
    Header( “Location: http://www.new-url.com” );
    ?>

    does it work?
     
    3dcgmodel, Jun 29, 2007 IP