sitemde kullandığım htacces kodları
SetOutputFilter DEFLATE
RewriteEngine On
RewriteBase /vince/
RewriteRule ^css/(.*\.css) vince/combine.php?type=css&files=$1
RewriteRule ^javascript/(.*\.js) vince/combine.php?type=javascript&files=$1
DEFLATE font/truetype font/opentype

AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE text/xml application/xml text/x-component

SetOutputFilter DEFLATE


# BEGIN WordPress

RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

ExpiresActive on
ExpiresDefault "access plus 1 year"


# END WordPress


sitemdeki cache eklentisi wp super cache, gzip eklenti htacces kodlarını nereye eklıcem ve kod ne