Kullandım .htacees kodu=>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
#Belleğe alınmış dosyalar için son düzenleme kontrolünü iptal et
Header unset ETag
FileETag None
#html ve htm dosyalarını 1 gün süreyle önbelleğe al
Header set Cache-Control "max-age=1800"
#CSS, JavaScript ve Metin dosyalarını 1 hafta süreyle önbelleğe al
Header set Cache-Control "max-age=604800"
#Flash dosyaları ve resimleri 1 ay süreyle önbelleğe al
Header set Cache-Control "max-age=0"
#PHP vb. betik dosyalarını önbelleğe alma
Header unset Cache-Control
#Vary Accept-Encoding header satırını ekler
Header append Vary Accept-Encoding