Hi,
at first, thank you so much for such great extension, it solved us a lot of issues,
have a small question, we have such articles urls:
mydomain.com/myblog/mycategory/234-sample-article-2-everyone
mydomain.com/myblog/mycategory/7-welcome-to-my-blog
mydomain.com/myblog/mycategory/43-today-news
so those numbers:
actually are article ids,
i want those urls redirect to (those urls already exists on my site, so i have duplicate pages with different urls):
mydomain.com/myblog/mycategory/sample-article-2-everyone
mydomain.com/myblog/mycategory/welcome-to-my-blog
mydomain.com/myblog/mycategory/today-news
so i want to redirect urls without article id numbers for fixing duplicate content issue on my site,
i have many such articles, i don't want to add redirection on each time when the new article will be added, i want to match with regular expression article ids in url and redirect them to new urls without
article id numbers,
how to achieve that with one single redirect?
Best Regards,
Lorenco