# The exception to storage/.htaccess above.
#
# Uploaded logos, KYC documents, loan statements and payment proofs are served
# from here by design, so this directory -- and only this one -- is public.
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Allow from all
</IfModule>
