• 06-04-2009, 19:09:50
    #1
    Eposta Aktivasyonu Gerekmekte
    WP Super Cache Acınca Sitemde kategorilerime giremiyorum.

    .htaccess içeriği
    # BEGIN supercache
    <IfModule mod_mime.c>
      AddEncoding gzip .gz
      AddType text/html .gz
    </IfModule>
    <IfModule mod_deflate.c>
      SetEnvIfNoCase Request_URI \.gz$ no-gzip
    </IfModule>
    <IfModule mod_headers.c>
      Header set Cache-Control 'max-age=300, must-revalidate'
    </IfModule>
    <IfModule mod_expires.c>
      ExpiresActive On
      ExpiresByType text/html A300
    </IfModule>
    # END supercache
  • 06-04-2009, 19:38:37
    #2
    hostun gzip sağlıyormu ?