Frustrating because it seems like it should be simple.
Client had a data snafu and a lot of merged pages in Wordpress.
domain.com/king-2
domain.com/king
are the same page.
Client wants to redirect all the -2 pages to the non -2 pages
So:
domain.com/king-2 -> domain.com/king
How could i use .htaccess to set up a rule to do this for all -2 pages?
We have deleted the -2 pages but obviously they will now give 404 errors for Google, hence the urgent need for the 301 redirect.
Thanks...