I have a situation where I have a page called "blog" under a custom post type "insight", but I also have a custom post type called blog.
Essentially what I'd like to do is create a blog under the custom post type "blog" and automatically have the URL with insight in it to go to the shorter URL.
So upon creation of http://www.example.com/blog/blog-post-1, a Safe Redirect Manager entry is automatically made to redirect http://www.example.com/insight/blog/blog-post-1 to http://www.example.com/blog
This seems like it should be possible with a post submit hook?