Sure! But it didn't work for me, it didn't redirect. We managed to find a rule that does make the redirection as I was looking for, I leave it here and mark the solution in case it helps someone else:RewriteRule ^/content/espacio-comunicaciones/es/?(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] Anyway, tha...