'Redirect deep links with changing values to homepage in wix

I want to redirect a deep link like this: https://www.mywixsite.com/lessons/{id} to my wix site homepage (not in the error page where it redirects now).

The id value in the url is different every time, as the deep link changes. How can I achieve redirection to the homepage from the above url for every different id?

Wix gives you the option through the dashboard to redirect specific urls like https://www.mywixsite.com/lessons to another page, but what happens when the url includes a value that is changing every time?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source