I actually want to redirect my old website url to new website url.
I have made 1 redirect working properly
for example
http://www.abc-old.com/test to http://www.abc-new.com/test123
but problem is while i have multiple slug or parameters it won't work for me
like
i want to redirect
http://www.abc-old.com/test1/test2 to http://www.abc-new.com/test1
but it is redirecting like
http://www.abc-old.com/test1/test2 to http://www.abc-new.com/test1/test2
below is my code for same
Redirect 301 /test1/test2 http://www.abc-new.com/test1
Please help me to sort out this