You need to use url.redirection as follows:
Code:
url.redirect = ( "^/([a-zA-Z0-9]+)/index\.html$" => "%1/$1" )
- %1 : Your domain.com
- $1 : Your matched rule ([a-zA-Z0-9]+)
All rules grouped using () syntax. Turn on mod_redirect and use above rule for seo benefit.