wja-no/ballpark.js/master/.htaccess - Htaccess File

wja-no/ballpark.js/master/.htaccess

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff
<FilesMatch ".(html|htm|js|css|png|jpg|eot|ttf|otf|woff)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Access-Control-Allow-Origin "*"
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache