• Resolved pmorettini

    (@pmorettini)


    Hi Emre,

    Sorry for the delay in response. For some reason I was’t being emailed on the last few posts to the previous thread (which you marked resolved).

    I did get a chance to download and install the new version tonight–unfortunately the plugin doesn’t seem to be working at all now–I don’t see the text at the bottom of the page source. Any suggestions on how to get it working again so I can test out your new minify CSS fix?

    Thanks,

    Phil

    https://www.ads-software.com/plugins/wp-fastest-cache/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Emre Vona

    (@emrevona)

    Hi pmorettini, now I tested it again and there is no any issue.

    Plugin Author Emre Vona

    (@emrevona)

    can you check /wp-content/cache/all ? are there any files in /wp-content/cache/all?

    Thread Starter pmorettini

    (@pmorettini)

    Yes, there are files in that folder. I’m not sure but I’m assuming there are supposed to be files there. However, I am still not getting the text at the bottom of the page source like I was before I updated to the new version.

    Plugin Author Emre Vona

    (@emrevona)

    Can you write me your site url? and Can you write the data of wp fastest cache in .htaccess?

    Thread Starter pmorettini

    (@pmorettini)

    Emre,

    The site URL is https://www.pjmconsult.com/index.php.

    Here’s the entire contents of the .htaccess file:

    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    </IfModule>
    # END GzipWpFastestCache

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteCond %{REQUEST_URI} !^/wp-login.php
    RewriteCond %{REQUEST_URI} !^/wp-admin
    RewriteCond %{REQUEST_URI} !^/wp-content
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
    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 %{HTTP_USER_AGENT} !^.*(iphone|sony|symbos|nokia|samsung|mobile|epoc|ericsson|panasonic|philips|sanyo|sharp|sie-|portalmmm|blazer|avantgo|danger|palm|series60|palmsource|pocketpc|android|blackberry|playbook|iphone|ipod|iemobile|palmos|webos|googlebot-mobile).*$ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    # END WpFastestCache

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /index.php/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    </IfModule>

    RewriteEngine On
    rewritecond %{http_host} ^pjmconsult.com
    rewriteRule ^(.*) https://www.pjmconsult.com/$1 [R=301,L]

    RewriteCond %{HTTP_HOST} ^pjmconsult\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.pjmconsult\.com$
    RewriteRule ^index\.htm\/?(.*)$ “http\:\/\/www\.pjmconsult\.com\/$1” [R=301,L]

    RewriteCond %{HTTP_HOST} ^pjmconsult.com$
    RewriteRule ^(.*)$ “http\:\/\/www\.pjmconsult\.com\/$1” [R=301,L]

    Thread Starter pmorettini

    (@pmorettini)

    Just a note–I noticed that Fastest Cache appears to be in there twice. Just before I posted here again, I had removed and reinstalled the plugin hoping that might work. Don’t know if that did anything good or bad.

    Plugin Author Emre Vona

    (@emrevona)

    now I checked it and it works fine ??

    Thread Starter pmorettini

    (@pmorettini)

    Emre,

    Sorry, I don’t understand. I don’t see any text at the bottom of the page source–which I thought was what indicated if it was working fine.

    Please explain–If you just don’t wish to deal with it, I will go away.

    Phil

    Hello pmorettini, I had a look at your website https://www.pjmconsult.com/index.php and I can see the cache entry right at the bottom of the page when I use firefox page source viewer.

    <!– WP Fastest Cache file was created in 1.63684177399 seconds, on 12-02-14 23:47:18 –>

    So that tells me that the cache is working on your site.

    Kind regards

    Thread Starter pmorettini

    (@pmorettini)

    I’m doing the exact same thing–and I do not see it. And I saw it before.

    Thread Starter pmorettini

    (@pmorettini)

    I’m embarrassed, guys–I forgot to log out. Sorry for the trouble.

    Hello pmorettini, I am happy to hear that your issue is resolved. Well done ??

    Kind regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Downloaded new version–doesn't appear to work’ is closed to new replies.