htaccess rewrite help

Discussion in 'Apache' started by lbalance, Dec 28, 2006.

  1. #1
    I had recently changed the directory of my forum and some of the pages were already indexed by google.

    I need a rewrite to look for the old URL and send it to the new main forum page. The URL types are totally different so I dont expect it to send them to the correct thread.

    I want to intercept anything with the word "forum" in it and send it to "sports/index.php".

    Example of old URL:
    www.url.com/forum/board-name/thread-name.msg120334.html

    Needs to be sent to:
    www.url.com/sports/index.php


    Thanks
     
    lbalance, Dec 28, 2006 IP
  2. WhiteHatHacker

    WhiteHatHacker Peon

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    RewriteRule ^/?forum /sports/index.php [R=301,L]
     
    WhiteHatHacker, Dec 29, 2006 IP
  3. lbalance

    lbalance Peon

    Messages:
    381
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cool.
    i appreciate it.
     
    lbalance, Dec 29, 2006 IP