blackchip-org/mach84/master/web/.htaccess - Htaccess File

blackchip-org/mach84/master/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

On Github License

Files

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

Comments

Apache