I am looking for a 301 wildcard redirect solution for the following. I changed the following url layout.
https://www.example.com/print-scan
to
https://www.example.com/printing
Now all old pages should be redirecting to the new URL layout, so for example:
https://www.example.com/print-scan/scanners/product1
must go to
https://www.example.com/printing/scanners/product1
How can I achieve that?