Hi,
I had to redirect about 60 pages like below:
Redirect 301 /property/randburg/r1-45952 http://www.example.com/residential/property/randburg
Redirect 301 /property/bryanston/b1-67706 http://www.example.com/residential/property/bryanston
Redirect 301 /property/illovo http://www.example.com/residential/property/illovo
Redirect 301 /property/broadacres-ah http://www.example.com/residential/property/broadacres
But when i visit this link on the old domain:
http://www.example.com/property/randburg/r1-45952
..it redirects to
http://www.example.com/residential/property/randburg/r1-45952
It adds this at the end: /r1-45952
It only happens with url with characters similar to /r1-45952 at the end, all other redirects work fine.
I've tried organizing the 301 redirects to most specific first, most general last
But I'm still experiencing the problem.
Any fix for this ?