• Resolved jordanj

    (@jordanj)


    Hi!
    I installed the plugin on my website http://skyisthelimit.aero but it does not work.
    .htaccess files has been updated (I check it by FTP, permisions had been set to 644 before I turned it on).
    Cache files are created (I also check it on FTP as well as I can see the files in browser e.g. http://skyisthelimit.aero/wp-content/cache/all/ )

    I have enabled the plugin and switched on following options:
    New Post;
    Minify HTML;
    Minify Css;
    Gzip.

    Only HTML files are created, there is also a single CSS file minified but the page contains several CSS.

    This is .htaccess content.

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteCond %{REQUEST_URI} !^/wp-login.php
    RewriteCond %{REQUEST_URI} !^/wp-admin
    RewriteCond %{REQUEST_URI} !^/wp-content
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond //wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    # END WpFastestCache
    # 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
    Index index.php index.html
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I will be really grateful if you could provide me any hint which allows me to take an advantage of your software.

    https://wordpress.org/plugins/wp-fastest-cache/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jordanj

    (@jordanj)

    To clarify. The main problem is that the cache files (even they are created) are unused and server generates this site each time (if you take a look at source of cache file and site which is returned by server you will see the difference – html is not minified etc.)

    shorif2000

    (@shorif2000)

    i have the same problem with wp super cache plugin. server generates the cache file but does not use them. has anyone solved this. i am using php caching

    Plugin Author Emre Vona

    (@emrevona)

    Hi jordanj, first of all I thank you so much for detailed information.

    This is redirection problem about .htaccess. Can you send me an email please? fastestcache@gmail.com

    RewriteCond //wp-content/cache/all/$1/index.html -f

    This line is not correct

    Plugin Author Emre Vona

    (@emrevona)

    closed

    F

    (@cfryburger)

    what was the resolution to this. I seem to have a similar situation. Thanks!

    Plugin Author Emre Vona

    (@emrevona)

    hi chris, can you open new topic pelase?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘does not work :-(’ is closed to new replies.