I want to redirect to a new page keeping the URL parameters.
Example.
https://example.com/page/?p=2000&c=ast2001
To
https://example.com/new-page/?p=2000&c=ast2001
The query parameter are variable and will keep on changing.
I have tried a lot of .htaccess based solutions but none worked. Can you please give me a lead how how to do it?