Next.js Discord

Discord Forum

301 redirection

Unanswered
West African Crocodile posted this in #help-forum
Open in Discord
Avatar
West African CrocodileOP
Hello, hope you are doing good. I am having a doubt regarding 301 redirection. I am currently having a url which is "/tours/[...params]" and params will have tour's destination, start date and end date. Now I want to permanently move it to "/tours/destination?startDate={startDate}&endDate={endDate}", is there any way to achieve it? since we did not use slug for each path parameters now it is hard for us to redirect. I tried passing function as value to destination in rewrites of next.config and split params but sadly I could not make it work since destination can have only string value. Is there any way to achieve it? TIA.

0 Replies