The directory that I want to redirect is
example.com/blog/
This is also the index page. I want all files in the directory except for the index page to redirect to /blog2/
Example:
example.com/blog/ --> example.com/blog/
example.com/blog/post1/ --> example.com/blog2/post1/
example.com/blog/post2/ --> example.com/blog2/post2/
I've been trying without success. Thank you.