Quote Originally Posted by mc12345678 View Post
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]
wow, you are good.. thanks so very much.. wish i knew how to read htaccess code.. how did you know it was the the rule for HTML