I want to redirect my site testsite/example/page/childpage to testsite/example/new-page/childpage
How can I do that in apache.
The childpage will remain the same, but the predecessor page to it will change to new-page.
I am struggling to write the rewrite rule for that.
Please help
Thanks in advance!