nothing cached / bad htaccess ?
-
use 0.7.8.6 version
Nothing gets cached.
I choose params :
Cache SystemEnable : yes
nothing else checked.No <!– fastest cache –> comment in html.
Nothing in wp-content/cache/ (it’s writable by apache/php)
No errors displayed (add a notice in footer, it’s displayed).htaccess is strange :
# BEGIN WpFastestCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{DOCUMENT_ROOT}/promysiteblog/wp-content/cache/all/promysiteblog/$1/index.html -f RewriteRule ^(.*) "/promysiteblog/wp-content/cache/all/promysiteblog/$1/index.html" [L] </IfModule> # END WpFastestCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /pro/mysite/blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /pro/mysite/blog/index.php [L] </IfModule> # END WordPress
Expiration time looks to be wrong too …
Next due Schedule 29-01-2014 @ 11:15 daily [ x ] Server time: 2014-01-29 11:13:01
- The topic ‘nothing cached / bad htaccess ?’ is closed to new replies.