Commit 5f8331c94d0739bc8f9a67b7b143b811c633a9e6

Authored by markholtzhausen
1 parent 5859c2c3

Removed ExpiresActive and ExpriresByType directives

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