301 Redirect all pages on directory to another one

Discussion in 'Apache' started by sassounet, Jun 5, 2011.

  1. #1
    hi guys,

    i would like to redirect all pages on old directory (vb) to the new one (forum).
    please help me :confused:
     
    sassounet, Jun 5, 2011 IP
  2. bizniz

    bizniz Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Something like
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^vb/(.*)$ http://www.domain.com/forum/$1 [R=301,L] 
    
    Code (markup):
     
    bizniz, Jun 5, 2011 IP
  3. sassounet

    sassounet Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes i found it already, thx anyway
     
    sassounet, Jun 5, 2011 IP