Help with a 301 redirect

Discussion in 'Site & Server Administration' started by dill, Jun 20, 2007.

  1. #1
    I just re-organized my site.
    I want to forward http://mythbustersresults.com/results/season1.html to http://mythbustersresults.com/season1/

    This is the code I have in the .htacces:
    redirect 301 /results/season1.html http://mythbustersresults.com/season1/
    
    Code (markup):
    This results in the page being forward to http://mythbustersresults.com/season1.html instead of http://mythbustersresults.com/season1/

    Help Please!
     
    dill, Jun 20, 2007 IP
  2. bouncer69

    bouncer69 Peon

    Messages:
    978
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try this code

    RedirectMatch permanent ^/results/season1.html$ http://mythbustersresults.com/season1/
    Code (markup):
     
    bouncer69, Jun 20, 2007 IP
  3. dill

    dill Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I tried that and it had the same effect...then I realized that I had another rule in the file that was conflicting so I was able to fix it. Thanks.
     
    dill, Jun 20, 2007 IP