How to redirect one page to another format

Discussion in 'Apache' started by jennypretty, Aug 3, 2012.

  1. #1
    Hello,

    I have many of web pages as:

    domain.com/a_sites/
    domain.com/b_sites/
    domain.com/c_sites/

    How do I use htaccess 301 formate to redirect to pages like:

    domain.com/a_websites/
    domain.com/b_websites/
    domain.com/c_websites/

    I only want to change from sites to websites.

    Thanks very much!
     
    jennypretty, Aug 3, 2012 IP
  2. khalonn

    khalonn Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    redirect 301 /old_localization/ h t t p://www.newdomain.com/new_localization/
     
    khalonn, Aug 9, 2012 IP