Redirect www.abc.com/area/boston to www.xyz.com/parks/boston

Discussion in 'Apache' started by stuffedmonkey, May 14, 2012.

  1. #1
    Hi guys,

    I'm stuck with this re-direct and was wondering if anyone can please help me:

    I need to redirect:

    www.abc.com/area/boston

    to:

    www.xyz.com/parks/boston

    whilst keeping it SE friendly



    Thanks for any help
     
    stuffedmonkey, May 14, 2012 IP
  2. stuffedmonkey

    stuffedmonkey Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Guys I made a mistake with the URL in the title and in the post (it wont let me edit)


    I need to redirect:

    www.xyz.com/area/boston

    to:

    www.xyz.com/parks/boston

    whilst keeping it SE friendly
     
    stuffedmonkey, May 14, 2012 IP
  3. nikhilrajr

    nikhilrajr Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi, I think this will work

    RewriteEngine On
    RewriteRule ^parks/boston$ area/boston [NC,L]
     
    nikhilrajr, May 14, 2012 IP
  4. stuffedmonkey

    stuffedmonkey Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi. Thank-you for the reply. Tried that and it doesn't seem to work. Any ideas?

    Thank-you
     
    stuffedmonkey, May 15, 2012 IP
  5. nikhilrajr

    nikhilrajr Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    nikhilrajr, May 16, 2012 IP