*SI SE REGENERAN LAS URL DESDE EL PANEL SE ELIMINA EL CÓDIGO*
Modificamos el fichero .htaccess línea 82 con el siguiente código:
#custom code natural - Añadimos regla para que elimine el id en las categorias - Víctor <IfModule mod_rewrite.c> RewriteEngine on RewriteBase / RewriteCond %{REQUEST_URI} ^/[\d]+-(.*)$ [NC] RewriteRule .* %1 [R=301,L] RewriteCond %{REQUEST_URI} ^/es/[\d]+-(.*)$ [NC] RewriteRule .* %1 [R=301,L] </IfModule> #fin custom code natural