Commit 8f217c7c3d16d3af9f81d519fdccae31c5e4cd3b

Authored by Paul Barrett
2 parents f5a5d8c4 3021d9ce

Merge branch 'master' of git@github.com:ktgit/knowledgetree

Showing 1 changed file with 10 additions and 9 deletions
.htaccess
@@ -61,15 +61,16 @@ Options +SymLinksIfOwnerMatch @@ -61,15 +61,16 @@ 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 +# The following seems to breaking things on ZendServer - kgf
  65 +#ExpiresActive ON
  66 +#ExpiresByType text/html "access plus 1 day"
  67 +#ExpiresByType text/css "access plus 1 day"
  68 +#ExpiresByType text/javascript "access plus 7 days"
  69 +#ExpiresByType application/x-javascript "access plus 7 days"
  70 +#ExpiresByType image/gif "access plus 1 month"
  71 +#ExpiresByType image/jpg "access plus 1 month"
  72 +#ExpiresByType image/png "access plus 1 month"
  73 +#ExpiresByType image/x-icon "access plus 1 month"
73 74
74 # 75 #
75 # If you are having uploading larger documents, adjust the 16M examples 76 # If you are having uploading larger documents, adjust the 16M examples