I need to redirect parent URL
to new parent URL but children URLs
remain same.
www.example.com/blog -> www.example.com/xyx?cat=11
But below URLs remain same for all children URLs
www.example.com/blog/xyz -> www.example.com/blog/xyz
I have tried below solution but children URLs redirect as well
Redirect 301 /blog /xyx?cat=11