<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} \.html$ [NC]
RewriteRule ^(.*\.html)$ html_protector.php?file=$1 [L,QSA]
</IfModule>