View file vtposter/app/cache/.htaccess

File size: 123B
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>