I'm trying to match a url like this:
and strip it so it redirects to: https://domainname.com/blog/entry/blog-post-alias
There are nearly 200 post like this so I can't match on the post alias, but I do know they are ALWAYS at /blog/entry/
Also I can't just strip off everything after the ? for the entire site as it'll break search queries.