awomersley/stan-utils/master/_pages/.htaccess - Htaccess File

awomersley/stan-utils/master/_pages/.htaccess

<IfModule mod_headers.c>
Header set Connection keep-alive
</IfModule>

<IfModule pagespeed_module>
  ModPageSpeed off
 </IfModule>

# Turn on the Expires engine
ExpiresActive On

# Expires after a month client accesses the file
ExpiresByType image/jpeg A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/x-icon A2592000
ExpiresByType text/plain A2592000

# Good for one week
ExpiresByType application/x-javascript M604800
ExpiresByType text/css M604800
ExpiresByType text/html M604800

On Github License

Files

Download PDF of Htaccess file

Comments

Apache