hola tengo un problema con wp super cache, el plugin funciona.. es decir que cachea mis paginas pero al entrar en la web lo que veo no es el cache, asi que creo que el problema es en el htacess, alguien puede darme una mano ?
este es mi htaccess
Código PHP:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} .(png|gif|jpeg|JPG|jpg)$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !software-p2p.com [NC]
RewriteCond %{HTTP_REFERER} !live.com [NC]
RewriteCond %{HTTP_REFERER} !bloglines.com [NC]
RewriteCond %{HTTP_REFERER} !google. [NC]
RewriteCond %{HTTP_REFERER} !search?q=cache [NC]
RewriteRule .(png|gif|jpeg|JPG|jpg)$ http://www.software-p2p.com/teestoymirando.jpe [NC,L]
Redirect 301 /manual-p2p/utorrent.html http://www.software-p2p.com/manuales/manual-de-utorrent/
Redirect 301 /windows/ares-y-mods/ares-galaxy-209/ http://www.software-p2p.com/descargar/ares/
Redirect 301 /windows/otros-p2p/frostwire/ http://www.software-p2p.com/descargar/frostwire/
Redirect 301 /windows/azureus/vuze/ http://www.software-p2p.com/descargar/vuze/
Redirect 301 /windows/reproductores-de-video/gom-player-219/ http://www.software-p2p.com/descargar/gom-player/
Redirect 301 /ares-no-conecta/ http://www.software-p2p.com/manuales/ares-no-conecta/
Redirect 301 /evadir-el-capado-p2p/ http://www.software-p2p.com/manuales/evadir-el-capado-p2p/
Redirect 301 /lista-programas-torrent/ http://www.software-p2p.com/consejos/lista-programas-torrent/
Redirect 301 /p2p-mas-usados/ http://www.software-p2p.com/consejos/p2p-mas-usados/
RedirectMatch 301 ^/category/(.*)$ http://www.software-p2p.com/$1
RedirectMatch 301 ^/p2p/(.*)$ http://www.software-p2p.com/$1
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
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_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
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
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 92.48.203.116
deny from 94.102.60.174
deny from 218.240.13.108
deny from 61.160.212.152
deny from 122.240.84.210
deny from 98.28.129.140
deny from 200.106.90.170