I'd like to rewrite URLS like:
http://www.mydomain.tld/en/component/mycomponent/singlearticle/16-core/219-checked.html
to
http://www.mydomain.tld/en/articles/bycategory/16-core/219-checked.html
Means the part "component/mycomponent/singlearticle" should become "articles/bycategory", but I have problems to build a rewrite rule for my .htaccess which cover that.
*Note: mod_rewrite is on (RewriteEngine on)*