• Resolved Valen Correa

    (@quitoxic)


    Hi Guys,

    Im kinda rying to figure out what I did wrong to break the connection but have no idea, so farI know It might be realted with the cache since is the only thing I have touched.

    So I have updated my Htaccess file with:

    <IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
    SetEnvIfNoCase Request_URI \
    \.(?:gif|jpe?g|png)$ no-gzip dont-vary
    </IfModule>

    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresByType image/jpg “access 2 month”
    ExpiresByType image/gif “access 2 month”
    ExpiresByType image/jpeg “access 2 month”
    ExpiresByType image/png “access 2 month”
    ExpiresByType text/css “access 2 month”
    ExpiresByType application/x-javascript “access plus 2 month”
    ExpiresByType text/javascript “access plus 2 month”
    ExpiresByType application/javascript “access plus 2 month”
    ExpiresByType image/x-icon “access plus 12 month”
    ExpiresByType image/icon “access plus 12 month”
    ExpiresByType application/x-ico “access plus 12 month”
    ExpiresByType application/ico “access plus 12 month”
    </IfModule>

    <IfModule expires_module>
    ExpiresActive on
    ExpiresDefault “access plus 1 week”
    </IfModule>

    And then, at some point I started getting this error
    unknown_token: It looks like your Jetpack connection is broken. Try disconnecting from WordPress.com then reconnecting.

    Any ideas?
    Thanks

    https://ww.wp.xz.cn/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Thread Starter Valen Correa

    (@quitoxic)

    Ok,
    It was not related with the cache changes since I did the same changes on other sites and their connection worked well.

    I just reinstalled and then everything was fine 🙂

Viewing 1 replies (of 1 total)

The topic ‘Connection lost after cache changes’ is closed to new replies.