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
Süper Cache kurdum ama bişey olmadı?
9
●883
- 13-12-2008, 15:10:46# 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:03kardeş bende verdiğin linke bakarak yapmıştım ama öyle oldu orda bırı şöyle bi yorum yapmışokyay58 adlı üyeden alıntı: mesajı görüntüle
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 - 15-01-2010, 12:11:20Mod 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ü