Change Structure Permalink => Error 404? How to redirect

You can use a rule in your .htaccess (a file that will be in the root folder of your WordPress installation) – add this to the very bottom:

RewriteEngine On
RewriteRule ^/?abc-(.+)/?$ /$1/ [R=301,L]

error code: 523