Surfoo/unpublished-geocaches/master/web/.htaccess - Htaccess File

Surfoo/unpublished-geocaches/master/web/.htaccess

AddOutputFilterByType DEFLATE text/javascript application/javascript text/css application/xhtml+xml text/html

Options -Indexes

<Files *.gpx>
ForceType application/force-download
Header set Content-Disposition attachment
Header set Content-Description File-Transfer
Header set Cache-Control "store, no-cache, must-revalidate"
</Files>

<Files unpublished.user.js>
ExpiresActive Off
Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate"
Header set Pragma "no-cache"
</Files>

On Github License

Files

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

Comments

Apache