I must be missing something obvious here or I don't understand the purpose of this plugin. There's no doc/guide for it.
I want 404 not found error pages to redirect to a single page.
I tried Regex replace like this:
index.php/about-site/.* replace with index.php/about-site
also tried this:
%/index.php/about-site/.*% replace with /index.php/about-site ,
or just "about-site/%" to "about-site.
but it just ignores me.