Hi Experts,
We have a requirement where we want to map the search the link to a user friendly link.Please find the requirement below,
For e.g. can we include a link like https://www.myshop.com/mens-clothing-inner-nightwear/c-msh1114?offer=&searchCategory=&q=%3Arelevance%3Abrand%3AMBH11A00107%3Abrand%3AMBH11A00359%3Acolour%3AYellow_FFFF00&text=&isFacet=true&facetValue=Yellow_FFFF00&pageFacetData=# to and make it appear in the browser as http://www.myshop.com/yellow-vests when someone clicks on it ?
Regards, Hena
We had a similar requirement recently, for marketing purposes.
What we did, as we ar not aware of any other solution, is creating a custom RedirectCMSPage that receives the URL to redirect to, and the label that is used for accessing the page.
The redirect itself is a simple Spring forward action in the custom page controller...
So that in the end, Business users may create redirect pages directly via the CMSCockpit without any technical intervention.
Add a comment