Hello Luigi,
First of all, thanks a million for your component as it seems to be the solution for many of us!
I read the instructions, proceed to the installation and made a 404 page so until now everything works.
I'm not good at macro so I'm asking for your help because I've many expression to change at the same time and don't really understand (despite your super doc!) how to manage them.
1- I need to redirect from these type of URL:
www.mysite.com/productos/accesorios/menu/page:2/
www.mysite.com/productos/solares/menu/page:7/limit:10/
www.belleza-chic.com/productos/accesorios/menu/page:4/limit:35/
to their new URL:
www.mysite.com/productos/accesorios.html?page=2
www.mysite.com/productos/solares.html?page=7
www.belleza-chic.com/productos/accesorios.html?page=4
So I want to change from
/{anything here}/menu/page:{page#}/{anything or nothing here}
To:
/{anything here}?page={page#}
How do I achieve it?
2- in some cases, I have a missing part of URL, so I need to change from:
www.mysite.com/accesorios/rest-of-my-URL.html
to:
www.mysite.com/productos/accesorios/rest-of-my-URL.html
The missing part (always the same chain: productos) to add between the {host} and the /category/ (in this case: accesorios).
So if you show me the item I need to set up in ReDJ for this case, I will replicate it for the other categories.
I forget to say that sometimes, I need the 1+2 for one URL, just like:
www.mysite.com/solares/menu/page:7/limit:10
needs to become:
www.mysite.com/productos/solares.html?page=7
I hope I will understand it more so I won't ask you again!!!
Many thanks anyway
Fred