• I have 2 different servers. On one of the wpfc works perfectly. But the second one has a bit strict files permissions and because of that it doesn’t work.

    I try to copy everything as it is set on the working server to the one I have problem with. other cache plugins like w3tc say what I should do step-by-step on ftp. but here I’m just guessing. So this is whaty

    First I had to set .htaccess to 666 (even though on my first server 644 was enough to let wpfc edit this file). The plugin added it’s entries to .htaccess.

    Second thing I had to manually create folder ‘cache’ in wp-content and set permission to 777 (even though 0755 was enough on my first server). Inside I created folders ‘all’ and ‘wpfc-minified’ (also 777)

    Unfortunately the plugin still doesn’t work. It only creates folder tmpWpfc. what should I do?

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

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

    (@emrevona)

    1. Cannot you save the settings?
    2. Can you tell me the url please?

    Thread Starter lustek

    (@lustek)

    1) after changing file permissions settings can be saved and no warning are shown
    2) beta.familyservice.pl user:betafs pass: betabeta17

    this is my htaccess:

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{HTTP_HOST} ^www.beta.familyservice.pl [NC]
    RewriteRule ^(.*)$ http\:\/\/beta\.familyservice\.pl\/$1 [R=301,L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_|wp_woocommerce_session).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP_USER_AGENT} !^.*(iphone|midp|sony|symbos|nokia|samsung|mobile|epoc|ericsson|panasonic|philips|sanyo|sharp|sie-|portalmmm|blazer|avantgo|danger|palm|series60|palmsource|pocketpc|android|blackberry|playbook|ipad|ipod|iemobile|palmos|webos|googlebot-mobile|bb10|xoom|p160u|nexus|touch|SCH-I800|opera\smini).*$ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /home/joannak/domains/familyservice.pl/public_html/beta/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L]
    </IfModule>
    <FilesMatch "\.(html|htm)$">
    FileETag None
    <ifModule mod_headers.c>
    Header unset ETag
    Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT"
    </ifModule>
    </FilesMatch>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE image/svg+xml
    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
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|x-html|css|xml|js|woff|ttf|svg|eot)(\.gz)?$">
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType image/gif A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/ico A2592000
    ExpiresByType text/css A2592000
    ExpiresByType text/javascript A2592000
    ExpiresByType application/javascript A2592000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires "max-age=2592000, public"
    Header unset ETag
    Header set Connection keep-alive
    </IfModule>
    FileETag None
    </FilesMatch>
    # END LBCWpFastestCache
    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 600
    php_value max_input_time 600
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    AuthGroupFile /dev/null
    AuthType Basic
    AuthUserFile /home/joannak/domains/familyservice.pl/.htpasswd/public_html/beta/.htpasswd
    AuthName "BETA FS"
    require valid-user
    AuthType Basic

    Plugin Author Emre Vona

    (@emrevona)

    Can you send me an email please? [email protected]

    Thread Starter lustek

    (@lustek)

    Hi Emre,
    I wrote to you yesterday. No feedback yet from you

    Plugin Author Emre Vona

    (@emrevona)

    I didn’t get your email.

    Thread Starter lustek

    (@lustek)

    as there is no answer from you, I assume you haven’t received the second message I sent yesterday. can you please check your spam folder?

    if you still don’t find my message, you can email me – lukasz.stachowicz in the same domain like you (gmail).

    Plugin Author Emre Vona

    (@emrevona)

    edited

    Thread Starter lustek

    (@lustek)

    yes, this is the address. I didn’t want to publish it, not to be harvested by spam-bots ??

    Plugin Author Emre Vona

    (@emrevona)

    I have sent. I edited my post ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘doesn't work on one of my servers’ is closed to new replies.