Quick 301 Redirect Question

Discussion in 'Apache' started by Darkhodge, Apr 2, 2007.

  1. #1
    Hi,


    I noticed people seem to use 2 different forms for 301 redirects:

    
    RewriteRule ^page1\.htm$ page2.htm [R=[B]301[/B],L]
    
    Code (markup):
    And

    
    RewriteRule ^page1\.htm$ page2.htm [R=[B]permanent[/B],L]
    
    Code (markup):
    I was just wondering if both of these form are correct?

    Also how long does it usually take for a search engine to notice the change and reassign PR?


    Thanks,

    Hodge :)
     
    Darkhodge, Apr 2, 2007 IP
  2. rodney88

    rodney88 Guest

    Messages:
    480
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, those are both exactly the same.

    A search engine will notice it the next time it crawls. I setup a lot of redirects after converting my forum from one software to another - it took google about 4 weeks for the old URLs to drop out the SERPs though and the new ones to come in. Yahoo was a lot quicker IIRC.

    I assume the PR will be transferred whenever the next PR update occurs.
     
    rodney88, Apr 3, 2007 IP