Hello,
What I want to say is this:
I had a category called /products/ and then switched to /produtos-digitais/. Then I had to do a redirection of /products/ para /produtos-digitais/. Now both the category page and the articles in this category are correctly addressed:
https://proddigital.com.br/products/negocios-e-carreira/21-segredos-sucesso/
for
https://proddigital.com.br/produtos-digitais/negocios-e-carreira/21-segredos-sucesso/
But the problem is in the old category pages:
/products/page/2/
/products//page/3/
/products/page/4/
…
Which should be redirected to /produtos-digitais/page/…, such as:
/products/page/2/ for /produtos-digitais/page/2/
/products//page/3/ for /produtos-digitais/page/3/
…
I put what you informed:
/products/.(*)
for
/produtos-digitais/$1
… but when accessing, for example, https://proddigital.com.br/products/page/2/ gave 404 error, that is, did not redirect to https://proddigital.com.br/produtos-digitais/page/2/.
Att,
Rodrigo Carlos