I have link like this: http://www.my-website.com/a/something,1234,1,something-else And i want to redirect it using 301 redirect to url like this: http://www.my-website.com/other/something-else,1234
And i want to save number "1234" and the part with "something-else" from old url and put it to new url.
It is possible to make?