I was wondering if there is any .php to .html rewrite rule for V3?
In the htaccess for V2 there was something like:
Code: 
RewriteRule ^download-([^/]+)-([^/]+)\.html download.php?id=$1 [QSA,L,NC]
but I'm facing some problems getting it to work on the index.php.
It would be awesome if there will be some plugin able to rewrite download links to this:
site/category/id-downloadname.html
Thanks in advance