<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 hour"
</IfModule>

<IfModule mod_headers.c>
    Header set Cache-Control "public, max-age=3600"
</IfModule>

# Cache klasörü gizle
<Files ~ "\.json$">
    Order allow,deny
    Deny from all
</Files>
