all repos — h3rald @ 71df126ba4e5d347e24ac50cbc598160d70a5f09

The sources of https://h3rald.com

Removed expiry headers from content, for now.
h3rald h3rald@h3rald.com
Sun, 20 Sep 2009 03:56:36 -0700
commit

71df126ba4e5d347e24ac50cbc598160d70a5f09

parent

bc56a1b1a64cfecae5f330b33566bedaecbcfd80

1 files changed, 8 insertions(+), 8 deletions(-)

jump to
M content/.htaccesscontent/.htaccess

@@ -40,14 +40,14 @@ <IfModule mod_expires.c>

# Enable expirations. ExpiresActive On -ExpiresDefault A14400 -ExpiresByType application/javascript A2592000 -ExpiresByType application/x-javascript A2592000 -ExpiresByType text/javascript A2592000 -ExpiresByType text/html A3600 -ExpiresByType text/xml A3600 -ExpiresByType text/css A2592000 -ExpiresByType text/plain A2592000 +#ExpiresDefault A14400 +#ExpiresByType application/javascript A2592000 +#ExpiresByType application/x-javascript A2592000 +#ExpiresByType text/javascript A2592000 +#ExpiresByType text/html A3600 +#ExpiresByType text/xml A3600 +#ExpiresByType text/css A2592000 +#ExpiresByType text/plain A2592000 ExpiresByType image/gif A2592000 ExpiresByType image/jpg A2592000 ExpiresByType image/jpeg A2592000