Commit a534b94610cf6aae08fdd1ef14f27547e5111951

Authored by Mark Holtzhausen
1 parent 91f8e603

Removed ExpiresActive and ExpiresByType Apache directives. Reviewed by Megan Watson

Showing 1 changed file with 9 additions and 9 deletions
.htaccess
@@ -61,15 +61,15 @@ Options +SymLinksIfOwnerMatch @@ -61,15 +61,15 @@ Options +SymLinksIfOwnerMatch
61 #AcceptPathInfo On 61 #AcceptPathInfo On
62 62
63 AddOutputFilter DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css 63 AddOutputFilter DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css
64 -ExpiresActive ON  
65 -ExpiresByType text/html "access plus 1 day"  
66 -ExpiresByType text/css "access plus 1 day"  
67 -ExpiresByType text/javascript "access plus 7 days"  
68 -ExpiresByType application/x-javascript "access plus 7 days"  
69 -ExpiresByType image/gif "access plus 1 month"  
70 -ExpiresByType image/jpg "access plus 1 month"  
71 -ExpiresByType image/png "access plus 1 month"  
72 -ExpiresByType image/x-icon "access plus 1 month" 64 +#ExpiresActive ON
  65 +#ExpiresByType text/html "access plus 1 day"
  66 +#ExpiresByType text/css "access plus 1 day"
  67 +#ExpiresByType text/javascript "access plus 7 days"
  68 +#ExpiresByType application/x-javascript "access plus 7 days"
  69 +#ExpiresByType image/gif "access plus 1 month"
  70 +#ExpiresByType image/jpg "access plus 1 month"
  71 +#ExpiresByType image/png "access plus 1 month"
  72 +#ExpiresByType image/x-icon "access plus 1 month"
73 73
74 # 74 #
75 # If you are having uploading larger documents, adjust the 16M examples 75 # If you are having uploading larger documents, adjust the 16M examples