Looks like need to modify the rule from:
Code:
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$
To:
Code:
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR] 
RewriteCond %{REQUEST_URI} \.(html)$ [NC]