• 13-12-2008, 14:28:37
    #1
    arkadaşlar süper cacheyi kurdum ama

    WP-Cache

    * 0 cached pages
    * 0 expired pages

    WP-Super-Cache

    * 0 cached pages
    * 0 expired pages.

    halen 0 hiç bi değişiklik yok neden acaba? bir sorunmu var
  • 13-12-2008, 14:55:51
    #2
    Hocam kesin ayarlarda bir eksiklik vardır. Bende de ilk kurduğumda olmamıştı. Şurayı iyice okuyup ayarları tekrar yap.
  • 13-12-2008, 15:10:46
    #3
    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
    </IfModule>
    # END WPSuperCache # 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

    bu kural root daki htacess inde yazılımı kontrol et. Ayrıca bu ayarları yaptıktan sonra sayfalarını sırayla gez değiştiğini görmen lazım cache sayısının.
  • 13-12-2008, 15:50:03
    #4
    okyay58 adlı üyeden alıntı: mesajı görüntüle
    Hocam kesin ayarlarda bir eksiklik vardır. Bende de ilk kurduğumda olmamıştı. Şurayı iyice okuyup ayarları tekrar yap.
    kardeş bende verdiğin linke bakarak yapmıştım ama öyle oldu orda bırı şöyle bi yorum yapmış

    sonunda başardım. erkan arkadaşımız sormuş. cache hep "0" gösteriyor demiş. bunun sebebi "safe mode on" olması. hosting firmanız ile görüşüp bunu off yapınca sorununuz düzeliyor.

    "safe mode on" bu nedirki:S
  • 13-12-2008, 16:02:21
    #5
    sunucu ile ilgili güvenlik modudur.
  • 13-12-2008, 16:04:37
    #6
    birde

    Directly Cached Files (advanced use only) kısmında

    WARNING! You must make /home/filmzle/public_html/ writable to enable this feature. As this is a security risk please make it readonly after your page is generated.

    yazıyor bundan calışmıyor olabilirmi?
  • 15-01-2010, 10:15:00
    #7
    sorunu çözdünüzmü acaba? aynı sorunu bende yaşıyorumda bendede

    WARNING! You must make /home/filmzle/public_html/ writable to enable this feature. As this is a security risk please make it readonly after your page is generated.

    gibi bişey yazıyor
  • 15-01-2010, 11:04:19
    #8
    puplic_html dosyasını yazılabilir(777) yap diyor
  • 15-01-2010, 12:11:20
    #9
    Mod rewrite may not be installed!

    It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use half-on mode

    bu şekilde yazıyor sunucuda mod_rewrite yüklü