• 13-11-2012, 19:10:57
    #1
    Üyeliği durduruldu
    Merhaba Arkadaşlar;

    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>
  • 15-11-2012, 00:39:28
    #2
    gzip çalışmıyor mu ? Sunucu'da deflate olduğundan eminmisiniz ?
  • 17-11-2012, 11:11:42
    #3
    Üyeliği durduruldu
    hosting şirketiyle görüştüm. php değerlerini bizim değişemediğimizi söylediler ve hepsi de kapalıymış