<IfModule mod_headers.c>
    <Files "ads.txt">
        # Önbelleğe almayı tamamen yasaklar
        Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
        Header set Pragma "no-cache"
        Header set Expires "0"
        # Botun formatı doğru tanımasını garantiler
        Header set Content-Type "text/plain; charset=utf-8"
    </Files>
</IfModule>