Aşağıdaki kodları .htaccess dosyasına yazıyorum fakat hiçbir değişiklik olmamakta. Sizce problem nedir?
<IfModule mod_expires.c>
<FilesMatch "\.(ico|flv|jpg|jpeg|png|gif|js|css|swf|pdf)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</FilesMatch>
2 weeks
<FilesMatch "\.(html|htm|xml|txt|xsl)$">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/xhtml text/html text/plain text/xml text/javascript application/x-javascript text/css
</IfModule>
FileETag none
<IfModule mod_headers.c>
Header unset Pragma
Header unset ETag
</IfModule>