From 1f34bb28e51a9316ab1b74d65fdb95ebf964d809 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 27 Nov 2011 18:20:04 -0800 Subject: [PATCH] disable caching for now --- .htaccess | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.htaccess b/.htaccess index da9df98..a978a11 100644 --- a/.htaccess +++ b/.htaccess @@ -1,18 +1,18 @@ AddType application/rss+xml rss AddOutputFilterByType DEFLATE application/rss+xml text/css application/javascript text/html -# Turn on Expires and set default expires to 3 days -ExpiresActive On -ExpiresDefault A259200 - -# Set up caching on media files for 1 month - - ExpiresDefault A2419200 - Header append Cache-Control "public" - - -# Set up 2 week caching on commonly updated files - - ExpiresDefault A1209600 - Header append Cache-Control "private, must-revalidate" - +# # Turn on Expires and set default expires to 3 days +# ExpiresActive On +# ExpiresDefault A259200 +# +# # Set up caching on media files for 1 month +# +# ExpiresDefault A2419200 +# Header append Cache-Control "public" +# +# +# # Set up 2 week caching on commonly updated files +# +# ExpiresDefault A1209600 +# Header append Cache-Control "private, must-revalidate" +#