#BLV-START-1 DO NOT MANUALY CHANGE ANYTHING UNTIL BLV-END
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

<files *.html>
SetOutputFilter DEFLATE
</files>

<filesmatch "\.(jpg|jpeg)$">
Header set Cache-Control "max-age=1000, must-revalidate"
SetOutputFilter DEFLATE
</filesmatch>

<filesmatch ".(htaccess|php|log)$">
    Order Allow,Deny
    Deny from all
</filesmatch>

<IfModule mod_headers.c>
Header set X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options nosniff
</IfModule>

Options All -Indexes
#BLV-END-1
