cchang3/worldview-design/master/src/animation-module/code/web/.htaccess - Htaccess File

cchang3/worldview-design/master/src/animation-module/code/web/.htaccess

ExpiresActive On
<FilesMatch index.html>
   ExpiresDefault A0
   Header set Cache-Control "no-cache, no-store, must-revalidate"
   Header set Pragma "no-cache"
</FilesMatch>

AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/json

AddType application/vnd.ms-fontobject .eot
AddType application/font-woff .woff
AddType application/x-font-truetype .ttf
AddType image/svg+xml .svg
AddType application/x-font-opentype .otf

On Github License

Files

Download PDF of Htaccess file
DEFLATE, no-cache, Pragma

Comments

Apache