Hello
I need to create an htaccess rule to redirect my old posts to the new structure to avoid broken links
currently its
/post_id/postname
want to change to
/catname/postname
Normally a regex would work for a this to that, but as its a dynamic number, I cant figure out how to do it. Any advice?