htaccess Redirect htm to html

#force htm = > html RewriteEngine on RewriteBase / RewriteRule ^(.*)\.htm$ $1.html [R=permanent]