/category/category/10-page.html
/category/110-page.html
/210-page.html
/category/category/page.html
/category/page.html
/page.html
RewriteCond %{REQUEST_URI} ^(.*/)\d+-([^/]+\.html)$
RewriteRule ^ %1%2 [R=301,L]
RewriteRule ^(|.*/)\d+-([^/]+\.html)$ /$1$2 [R=301,L]