jmbarbier/eskollz.archive/master/_archive/2013-03-20-eskollz-nodemongo-1/client.old/app/.htaccess - Htaccess File

jmbarbier/eskollz.archive/master/_archive/2013-03-20-eskollz-nodemongo-1/client.old/app/.htaccess

Header unset Pragma
FileETag None
Header unset ETag

# cache images/pdf docs for 10 days
<FilesMatch ".(ico|pdf|jpg|jpeg|png|gif)$">
  Header set Cache-Control "max-age=864000, public, must-revalidate"
  Header unset Last-Modified
</FilesMatch>

# cache html/htm/xml/txt diles for 2 days
<FilesMatch ".(html|htm|xml|txt|xsl|js|css)$">
  Header set Cache-Control "max-age=864000, must-revalidate"
</FilesMatch>

# Charset
AddCharset UTF-8 .html

On Github License

Files

Download PDF of Htaccess file
Pragma

Comments

Apache