.htaccess 301 redirect problems

Discussion in 'Site & Server Administration' started by ploomer, Dec 18, 2008.

  1. #1
    I changed my website from html to php and to keep my rankings I've made a 301 redirect from html to php (I have only 3 pages) using .htaccess. Below is the code
    Redirect 301 /index.html http://www.invisibleyahoo.com/index.php
    Redirect 301 /yahoo-status.html http://www.invisibleyahoo.com/yahoo-status.php
    Redirect 301 /yahoo-detector.html http://www.invisibleyahoo.com/yahoo-detector.php
    Code (markup):
    The redirection for the first page and the second page works but the redirection for the last page won't work. Can you tell me why? I did something wrong?

    Thank you for your help.
     
    ploomer, Dec 18, 2008 IP
  2. SSANZ

    SSANZ Peon

    Messages:
    861
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What errors are you getting within your error logs or page?

    More details required for appropriate conclusion/recommendation to be made.
     
    SSANZ, Dec 18, 2008 IP
  3. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #3
    Your third redirection rule is working fine for me. I could successfully redirected to php page.

    Kailash
     
    kailash, Dec 18, 2008 IP
  4. ploomer

    ploomer Well-Known Member

    Messages:
    598
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #4
    Yes it works now. Maybe was a delay time. Anyway thanks for your helm. Thread closed
     
    ploomer, Dec 19, 2008 IP