tronkko/js-test/master/tests/.htaccess - Htaccess File

tronkko/js-test/master/tests/.htaccess

# Disable caching
<IfModule mod_headers.c>
    Header set Cache-Control "private, no-cache, no-store, proxy-revalidate"
    Header set Pragma "no-cache"
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive Off
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache