Commit bcf3bfb8de6c0f35d1f227ca9e5f071eb8f6e2ba

Authored by kevin_fourie
1 parent 5cb45a22

KTS-3180

"AddOutputFilterByType command has been deprecated in apache 2.1 and later"
Fixed.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8280 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
.htaccess
... ... @@ -60,7 +60,7 @@ Options +ExecCGI
60 60 Options +SymLinksIfOwnerMatch
61 61 #AcceptPathInfo On
62 62  
63   -AddOutputFilterByType 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 64 ExpiresActive ON
65 65 ExpiresByType text/html "access plus 1 day"
66 66 ExpiresByType text/css "access plus 1 day"
... ...