<IfModule rewrite_module>
RewriteEngine On
RewriteRule admin/index.php$ admin/index.php [QSA,L]
RewriteRule .html$ index.php [QSA,L]
</IfModule>