Forum Moderators: open
RewriteEngine On
RewriteCond %{REQUEST_URI} \.htm$
RewriteRule ^(.*)\.htm$ $1.html [R=301,L]
Please note I haven't tested it...
Could be that the redirect should be pointing to a full URL:
RewriteRule ^(.*)\.htm$ [yoursite.tld...] [R=301,L]