Hi and thanks for using ReDJ.
Yes, with macro you can build dynamic destinations, but in your case there's a little problem:
In fact, I would like to redirect every "site/category/content-title" url type
(like this one : oujevipo.fr/10-minutes/bisected-essence-ii)
to "site/category/contentId/content-title" url type.
(like this one : oujevipo.fr/index.php/10-minutes/348-bisected-essence-ii)
In your destination URL there's an information that is not present in the source URL, I mean the content id, 348. At the moment there are a lot of macro available that allow you to extract any part of the source URL to build the destination, but this is not your case.
There should be a new macro that allows you to search for the content id associated to the first occurrence of bisected-essence-ii alias. I'm thinking on this because your request is not the first one. But as I sayed before, it's a little bit more complicated because first I should allow you to extract the alias part from the source URL (bisected-essence-ii), then I should allow you to put this into the macro. So, in one word, I should support "nested macros", and this is exactly what I'm working on.
Best regards,
Luigi