Commit 5a2260a51583a32789543abdb1a14095f9cbc6d2

Authored by kevin_fourie
1 parent 77de35fc

Merged in from DEV trunk...

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/STABLE/trunk@8281 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
.htaccess
@@ -60,7 +60,7 @@ Options +ExecCGI @@ -60,7 +60,7 @@ Options +ExecCGI
60 Options +SymLinksIfOwnerMatch 60 Options +SymLinksIfOwnerMatch
61 #AcceptPathInfo On 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 ExpiresActive ON 64 ExpiresActive ON
65 ExpiresByType text/html "access plus 1 day" 65 ExpiresByType text/html "access plus 1 day"
66 ExpiresByType text/css "access plus 1 day" 66 ExpiresByType text/css "access plus 1 day"